We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f9d7 commit 4e9a9bdCopy full SHA for 4e9a9bd
keps/sig-api-machinery/2885-server-side-unknown-field-validation/README.md
@@ -536,6 +536,10 @@ server-side validation is enabled.
536
to `Warn`. It performs server-side validation, but validation errors are
537
exposed as warnings in the result header rather than failing the request.
538
539
+The goal here is for the flag to be intent based, whether we use client-side or
540
+server-side under the hood is based solely on whether or not server-side
541
+validation is supported by the apiserver kubectl is connected to.
542
+
543
544
### Test Plan
545
0 commit comments