Home
last modified time | relevance | path

Searched refs:SpecReplicasPath (Results 1 – 25 of 88) sorted by relevance

1234

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dconversion_test.go217 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
224 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
234 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
243 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
244 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
254 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
255 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
267 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
277 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
278 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
[all …]
H A Dtypes.go414 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dconversion_test.go217 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
224 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
234 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
243 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
244 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
254 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
255 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
267 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
277 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
278 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
[all …]
H A Dtypes.go423 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dconversion_test.go217 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
224 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
234 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
243 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
244 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
254 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
255 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
267 …ceSubresources{Scale: &apiextensions.CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
277 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
278 … &CustomResourceSubresources{Scale: &CustomResourceSubresourceScale{SpecReplicasPath: "spec.replic…
[all …]
H A Dtypes.go403 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dvalidator.go147 specReplicasPath := strings.TrimPrefix(scale.SpecReplicasPath, ".") // ignore leading period
150 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, err.E…
152 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, "shou…
154 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, fmt.S…
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dvalidator.go148 specReplicasPath := strings.TrimPrefix(scale.SpecReplicasPath, ".") // ignore leading period
151 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, err.E…
153 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, "shou…
155 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, fmt.S…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dvalidator.go152 specReplicasPath := strings.TrimPrefix(scale.SpecReplicasPath, ".") // ignore leading period
155 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, err.E…
157 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, "shou…
159 …allErrs = append(allErrs, field.Invalid(field.NewPath(scale.SpecReplicasPath), specReplicas, fmt.S…
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/etcd/
H A Ddata.go716 SpecReplicasPath: ".spec.replicas",
730 SpecReplicasPath: ".spec.replicas",
744 SpecReplicasPath: ".spec.replicas",
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/
H A Dtypes.go393 SpecReplicasPath string member
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/
H A Dtypes.go393 SpecReplicasPath string member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/
H A Dtypes.go402 SpecReplicasPath string member
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/
H A Dtypes.go404 SpecReplicasPath string member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/
H A Dtypes.go404 SpecReplicasPath string member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go77 SpecReplicasPath: ".spec.replicas",
106 SpecReplicasPath: ".spec.replicas",
119 SpecReplicasPath: ".spec.replicas",
295 subresources.Scale.SpecReplicasPath = "foo,bar"
301 subresources.Scale.SpecReplicasPath = ".spec.replicas"
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go75 SpecReplicasPath: ".spec.replicas",
104 SpecReplicasPath: ".spec.replicas",
117 SpecReplicasPath: ".spec.replicas",
293 subresources.Scale.SpecReplicasPath = "foo,bar"
299 subresources.Scale.SpecReplicasPath = ".spec.replicas"
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/test/integration/
H A Dsubresources_test.go72 SpecReplicasPath: ".spec.replicas",
86 SpecReplicasPath: ".spec.replicas",
283 subresources.Scale.SpecReplicasPath = "foo,bar"
289 subresources.Scale.SpecReplicasPath = ".spec.replicas"
421 subresources.Scale.SpecReplicasPath = ".spec.replicas[0]"
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dtypes.go455 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dtypes.go416 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/
H A Dtypes.go401 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dtypes.go464 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dtypes.go434 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/
H A Dtypes.go436 SpecReplicasPath string `json:"specReplicasPath" protobuf:"bytes,1,name=specReplicasPath"` member
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/crd/markers/
H A Dcrd.go118 SpecReplicasPath: s.SpecPath,

1234