Skip to content

Commit cb8a9fa

Browse files
committed
Fix an api extension typo to x-kubernetes-list-map-keys
1 parent 419424e commit cb8a9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ validations are not supported by ratcheting under the implementation in Kubernet
762762
Errors arising from changing the list type of a subschema will not be
763763
ratcheted. For example adding `set` onto a list with duplicates will always
764764
result in an error.
765-
- `x-kubernetes-map-keys`
765+
- `x-kubernetes-list-map-keys`
766766
Errors arising from changing the map keys of a list schema will not be
767767
ratcheted.
768768
- `required`

0 commit comments

Comments
 (0)