Merge pull request #47754 from carlory/fgs

mark feature-gate ServerSideApply/ServerSideFieldValidation as removed
This commit is contained in:
Kubernetes Prow Robot 2024-09-04 18:36:53 +01:00 committed by GitHub
commit 424f3fcaa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.22"
toVersion: "1.31"
removed: true
---
Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
feature on the API Server.

View File

@ -17,6 +17,9 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.27"
toVersion: "1.31"
removed: true
---
Enables server-side field validation. This means the validation
of resource schema is performed at the API server side rather than the client side