Home
last modified time | relevance | path

Searched refs:labelSelectorPath (Results 1 – 25 of 40) sorted by relevance

12

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Detcd.go55 var labelSelectorPath string
57 labelSelectorPath = *scale.LabelSelectorPath
64 labelSelectorPath: labelSelectorPath,
206 labelSelectorPath string member
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)
313 if len(labelSelectorPath) > 0 {
314 labelSelectorPath = strings.TrimPrefix(labelSelectorPath, ".") // ignore leading period
[all …]
H A Dvalidator.go180 labelSelectorPath := strings.TrimPrefix(*scale.LabelSelectorPath, ".") // ignore leading period
181 …r := unstructured.NestedString(obj.UnstructuredContent(), strings.Split(labelSelectorPath, ".")...)
H A Detcd_test.go70 labelSelectorPath := ".status.labelSelector"
74 LabelSelectorPath: &labelSelectorPath,
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Detcd.go55 var labelSelectorPath string
57 labelSelectorPath = *scale.LabelSelectorPath
64 labelSelectorPath: labelSelectorPath,
206 labelSelectorPath string member
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)
313 if len(labelSelectorPath) > 0 {
314 labelSelectorPath = strings.TrimPrefix(labelSelectorPath, ".") // ignore leading period
[all …]
H A Dvalidator.go181 labelSelectorPath := strings.TrimPrefix(*scale.LabelSelectorPath, ".") // ignore leading period
182 …r := unstructured.NestedString(obj.UnstructuredContent(), strings.Split(labelSelectorPath, ".")...)
H A Detcd_test.go70 labelSelectorPath := ".status.labelSelector"
74 LabelSelectorPath: &labelSelectorPath,
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Detcd.go57 var labelSelectorPath string
59 labelSelectorPath = *scale.LabelSelectorPath
66 labelSelectorPath: labelSelectorPath,
218 labelSelectorPath string member
257 labelSelectorPath: r.labelSelectorPath,
267 …eCreateValidation(createValidation, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath),
268 …eUpdateValidation(updateValidation, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath),
277 …, err := scaleFromCustomResource(cr, r.specReplicasPath, r.statusReplicasPath, r.labelSelectorPath)
332 if len(labelSelectorPath) > 0 {
333 … err = unstructured.NestedString(cr.UnstructuredContent(), splitReplicasPath(labelSelectorPath)...)
[all …]
H A Dvalidator.go185 labelSelectorPath := strings.TrimPrefix(*scale.LabelSelectorPath, ".") // ignore leading period
186 …r := unstructured.NestedString(obj.UnstructuredContent(), strings.Split(labelSelectorPath, ".")...)
H A Detcd_test.go70 labelSelectorPath := ".status.labelSelector"
74 LabelSelectorPath: &labelSelectorPath,
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go43 var labelSelectorPath = ".status.labelSelector" var
79 LabelSelectorPath: &labelSelectorPath,
108 LabelSelectorPath: &labelSelectorPath,
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go41 var labelSelectorPath = ".status.labelSelector" var
77 LabelSelectorPath: &labelSelectorPath,
106 LabelSelectorPath: &labelSelectorPath,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/run/v1beta1/
H A Drun_v1beta1_messages.py181 labelSelectorPath = _messages.StringField(1) variable in CustomResourceSubresourceScale
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go46 var labelSelectorPath = ".status.labelSelector" var
74 LabelSelectorPath: &labelSelectorPath,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/events/v1beta1/
H A Devents_v1beta1_messages.py206 labelSelectorPath = _messages.StringField(1) variable in CustomResourceSubresourceScale
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dgenerated.proto295 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
305 optional string labelSelectorPath = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dgenerated.proto347 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
357 optional string labelSelectorPath = 3; field
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dgenerated.proto310 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
320 optional string labelSelectorPath = 3; field
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dgenerated.proto312 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
322 optional string labelSelectorPath = 3; field
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dgenerated.proto318 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
328 optional string labelSelectorPath = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dgenerated.proto297 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
307 optional string labelSelectorPath = 3;
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dgenerated.proto362 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
372 optional string labelSelectorPath = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dgenerated.proto349 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
359 optional string labelSelectorPath = 3;
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dgenerated.proto370 …// labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `…
380 optional string labelSelectorPath = 3; field
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/anthosevents/v1beta1/
H A Danthosevents_v1beta1_messages.py1788 labelSelectorPath = _messages.StringField(1) variable in CustomResourceSubresourceScale
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/anthosevents/v1/
H A Danthosevents_v1_messages.py2195 labelSelectorPath = _messages.StringField(1) variable in CustomResourceSubresourceScale

12