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.
2 parents 7116eef + 9d3326c commit 424f3fcCopy full SHA for 424f3fc
content/en/docs/reference/command-line-tools-reference/feature-gates/server-side-apply.md
@@ -17,6 +17,9 @@ stages:
17
- stage: stable
18
defaultValue: true
19
fromVersion: "1.22"
20
+ toVersion: "1.31"
21
+
22
+removed: true
23
---
24
Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
25
feature on the API Server.
content/en/docs/reference/command-line-tools-reference/feature-gates/server-side-field-validation.md
fromVersion: "1.27"
Enables server-side field validation. This means the validation
of resource schema is performed at the API server side rather than the client side
0 commit comments