Skip to content

Commit 9e29f3d

Browse files
authored
Merge pull request #50531 from windsonsea/mapkeys
Fix an api extension typo to x-kubernetes-list-map-keys
2 parents fe64474 + cb8a9fa commit 9e29f3d

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

Lines changed: 1 addition & 1 deletion
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)