You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -954,15 +954,15 @@ the `/scale` subresource will return an error on GET.
954
954
955
955
- It is a required value.
956
956
- Only JSONPaths under `.status` and with the dot notation are allowed.
957
-
- If there is no value under the `StatusReplicasPath` in the custom resource,
957
+
- If there is no value under the `statusReplicasPath` in the custom resource,
958
958
the status replica value in the `/scale` subresource will default to 0.
959
959
960
-
- `LabelSelectorPath`defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Selector`.
960
+
- `labelSelectorPath`defines the JSONPath inside of a custom resource that corresponds to `Scale.Status.Selector`.
961
961
962
962
- It is an optional value.
963
963
- It must be set to work with HPA.
964
964
- Only JSONPaths under `.status` or `.spec` and with the dot notation are allowed.
965
-
- If there is no value under the `LabelSelectorPath` in the custom resource,
965
+
- If there is no value under the `labelSelectorPath` in the custom resource,
966
966
the status selector value in the `/scale` subresource will default to the empty string.
967
967
- The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form.
0 commit comments