You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/2885-server-side-unknown-field-validation/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -317,11 +317,10 @@ supported).
317
317
Long-term, we want to favor using out-of-tree solutions for client-side
318
318
validation. The [kubeconform](https://github.com/yannh/kubeconform) project is an example of an out-of-tree solution that does this.
319
319
320
-
Although likely to never be a perfect representation of the validation that the
321
-
server performs, adding better support for these out-of-tree solutions that
322
-
better utilize the progress made server-side with regards to performance,
323
-
openapi v3, etc is definitely an avenue of future work worth exploring by
324
-
sig-api-machinery.
320
+
SIG API Machinery's effort will go to producing clear and complete (and
321
+
improving over time) API spec documents insteading of making client side
322
+
validation. We strongly recommend that third part integrators make use of such
323
+
documents.
325
324
326
325
##### Aligning json and yaml errors
327
326
@@ -762,7 +761,8 @@ Pick one of these and delete the rest.
762
761
-[x] Feature gate (also fill in values in `kep.yaml`)
763
762
- Feature gate name: ServerSideFieldValidation
764
763
- Components depending on the feature gate: kube-apiserver
765
-
- Note: feature gate removed upon graduation to GA (1.27)
764
+
- Note: feature gate locked to true upon graduation to GA (1.27) and removed
765
+
two releases later (1.29)
766
766
-[x] Other
767
767
- Describe the mechanism: query parameter
768
768
- Will enabling / disabling the feature require downtime of the control
0 commit comments