Lines Matching refs:labelSelectorPath

55 		var labelSelectorPath string
57 labelSelectorPath = *scale.LabelSelectorPath
64 labelSelectorPath: labelSelectorPath,
206 labelSelectorPath string member
229 …, err := scaleFromCustomResource(cr, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath)
243 labelSelectorPath: r.labelSelectorPath,
251 …eCreateValidation(createValidation, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath),
252 …eUpdateValidation(updateValidation, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath),
261 …, err := scaleFromCustomResource(cr, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath)
269 …on(f rest.ValidateObjectFunc, specReplicasPath, statusReplicasPath, labelSelectorPath string) rest…
271 …Resource(obj.(*unstructured.Unstructured), specReplicasPath, statusReplicasPath, labelSelectorPath)
279 …est.ValidateObjectUpdateFunc, specReplicasPath, statusReplicasPath, labelSelectorPath string) rest…
281 …Resource(obj.(*unstructured.Unstructured), specReplicasPath, statusReplicasPath, labelSelectorPath)
285 …Resource(old.(*unstructured.Unstructured), specReplicasPath, statusReplicasPath, labelSelectorPath)
295 …r *unstructured.Unstructured, specReplicasPath, statusReplicasPath, labelSelectorPath string) (*au…
313 if len(labelSelectorPath) > 0 {
314 labelSelectorPath = strings.TrimPrefix(labelSelectorPath, ".") // ignore leading period
315 …err = unstructured.NestedString(cr.UnstructuredContent(), strings.Split(labelSelectorPath, ".")...)
350 labelSelectorPath string member
360 …, err := scaleFromCustomResource(cr, i.specReplicasPath, i.statusReplicasPath, i.labelSelectorPath)