Change "dotation" to "dot notation" in two places (#9678)

This commit is contained in:
meirlaker
2018-07-30 17:58:40 -04:00
committed by k8s-ci-robot
parent a4d264fc37
commit d89ed9a234
@@ -488,7 +488,7 @@ the `/scale` subresource will return an error on GET.
- `StatusReplicasPath` defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Replicas`.
- It is a required value.
- Only JSONPaths under `.status` and with the dotation are allowed.
- Only JSONPaths under `.status` and with the dot notation are allowed.
- If there is no value under the `StatusReplicasPath` in the custom resource,
the status replica value in the `/scale` subresource will default to 0.
@@ -496,7 +496,7 @@ the status replica value in the `/scale` subresource will default to 0.
- It is an optional value.
- It must be set to work with HPA.
- Only JSONPaths under `.status` and with the dotation are allowed.
- Only JSONPaths under `.status` and with the dot notation are allowed.
- If there is no value under the `LabelSelectorPath` in the custom resource,
the status selector value in the `/scale` subresource will default to the empty string.