statusReplicasPath property
statusReplicasPath defines the JSON path inside of a custom resource 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 custom resource, the status.replicas
value in the /scale
subresource will default to 0.
Implementation
final String statusReplicasPath;