Files
go/kubernetes/docs/V1beta1CustomResourceSubresourceScale.md
2019-03-26 08:13:00 -07:00

1.4 KiB

V1beta1CustomResourceSubresourceScale

Properties

Name Type Description Notes
LabelSelectorPath string LabelSelectorPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. Must be set to work with HPA. If there is no value under the given path in the CustomResource, the status label selector value in the /scale subresource will default to the empty string. [optional]
SpecReplicasPath string SpecReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Spec.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .spec. If there is no value under the given path in the CustomResource, the /scale subresource will return an error on GET.
StatusReplicasPath string StatusReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. If there is no value under the given path in the CustomResource, the status replica value in the /scale subresource will default to 0.

[Back to Model list] [Back to API list] [Back to README]