File tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/access-kubernetes-api/custom-resources
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -488,15 +488,15 @@ the `/scale` subresource will return an error on GET.
488
488
- ` StatusReplicasPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Replicas`.
489
489
490
490
- It is a required value.
491
- - Only JSONPaths under `.status` and with the dotation are allowed.
491
+ - Only JSONPaths under `.status` and with the dot notation are allowed.
492
492
- If there is no value under the `StatusReplicasPath` in the custom resource,
493
493
the status replica value in the `/scale` subresource will default to 0.
494
494
495
495
- ` LabelSelectorPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Selector`.
496
496
497
497
- It is an optional value.
498
498
- It must be set to work with HPA.
499
- - Only JSONPaths under `.status` and with the dotation are allowed.
499
+ - Only JSONPaths under `.status` and with the dot notation are allowed.
500
500
- If there is no value under the `LabelSelectorPath` in the custom resource,
501
501
the status selector value in the `/scale` subresource will default to the empty string.
502
502
You can’t perform that action at this time.
0 commit comments