Skip to content

Commit d89ed9a

Browse files
meirlakerk8s-ci-robot
authored andcommitted
Change "dotation" to "dot notation" in two places (#9678)
1 parent a4d264f commit d89ed9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -488,15 +488,15 @@ the `/scale` subresource will return an error on GET.
488488
- `StatusReplicasPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Replicas`.
489489

490490
- 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.
492492
- If there is no value under the `StatusReplicasPath` in the custom resource,
493493
the status replica value in the `/scale` subresource will default to 0.
494494

495495
- `LabelSelectorPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Selector`.
496496

497497
- It is an optional value.
498498
- 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.
500500
- If there is no value under the `LabelSelectorPath` in the custom resource,
501501
the status selector value in the `/scale` subresource will default to the empty string.
502502

0 commit comments

Comments
 (0)