Lines Matching full:labels
115 * packages and labels in the same request. However, it is possible to update
117 * example, to set the labels "label1" and "label2" while clearing "label3"
118 * (assuming it already exists), one can provide the paths "labels.label1",
119 * "labels.label2", and "labels.label3" and populate the patch environment as
120 * follows: { "labels":{ "label1":"new-label1-value" "label2":"new-label2-value"
121 * } } Note that in the above example, any existing labels that are not included
139 * `labels` * Replace all environment labels. If a replacement labels map is not
140 * included in `environment`, all labels are cleared. It is an error to provide
141 * both this mask and a mask specifying one or more individual labels. *
142 * `labels.`labelName * Set the label named *labelName*, while preserving other
143 * labels. To delete the label, include it in `updateMask` and omit its mapping
144 * in `environment.labels`. It is an error to provide both a mask of this form
145 * and the `labels` mask. * `config.nodeCount` * Horizontally scale the number