Merge pull request #50531 from windsonsea/mapkeys

Fix an api extension typo to x-kubernetes-list-map-keys
pull/50561/head
Kubernetes Prow Robot 2025-04-18 22:33:03 -07:00 committed by GitHub
commit 9e29f3d30f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ validations are not supported by ratcheting under the implementation in Kubernet
Errors arising from changing the list type of a subschema will not be
ratcheted. For example adding `set` onto a list with duplicates will always
result in an error.
- `x-kubernetes-map-keys`
- `x-kubernetes-list-map-keys`
Errors arising from changing the map keys of a list schema will not be
ratcheted.
- `required`