mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
This change graduates the 'DeclarativeValidation' feature gate to GA in v1.36. The feature gate is now locked to 'true' by default. Changes: - Updated 'DeclarativeValidation' feature gate to GA in 'pkg/features/kube_features.go' and 'staging/src/k8s.io/apiserver/pkg/features/kube_features.go'. - Updated feature gate documentation and versioned lists via 'hack/update-featuregates.sh'. - Added feature gate emulation versioning to tests that explicitly disable 'DeclarativeValidation' to prevent panics now that the gate is locked to default.