Skip to content

Commit 2ae819a

Browse files
kevindelgadok8s-publishing-bot
authored andcommitted
Server Side Field Validation
Implements server side field validation behind the `ServerSideFieldValidation` feature gate. With the feature enabled, any create/update/patch request with the `fieldValidation` query param set to "Strict" will error if the object in the request body have unknown fields. A value of "Warn" (also the default when the feautre is enabled) will succeed the request with a warning. When the feature is disabled (or the query param has a value of "Ignore"), the request will succeed as it previously had with no indications of any unknown or duplicate fields. Kubernetes-commit: e50e2bbc889eb274ad1463a54188a2805767bfde
1 parent 63f081a commit 2ae819a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

examples/apiserver/openapi/zz_generated.openapi.go

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)