Change "dotation" to "dot notation" in two places (#9678)
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user