Skip to content

Commit

Permalink
Change "dotation" to "dot notation" in two places
Browse files Browse the repository at this point in the history
  • Loading branch information
meirlaker authored Jul 30, 2018
1 parent a4d264f commit 77f2b11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,15 +488,15 @@ 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.

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

- 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.

Expand Down

0 comments on commit 77f2b11

Please sign in to comment.