mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-09 08:05:24 +00:00
Merge pull request #130478 from aaron-prindle/add-declarative-validation-feature-gates
feat: add DeclarativeValidation and DeclarativeValidationMismatchMetric feature gates
This commit is contained in:
@@ -364,6 +364,18 @@
|
||||
lockToDefault: true
|
||||
preRelease: GA
|
||||
version: "1.32"
|
||||
- name: DeclarativeValidation
|
||||
versionedSpecs:
|
||||
- default: false
|
||||
lockToDefault: false
|
||||
preRelease: Beta
|
||||
version: "1.33"
|
||||
- name: DeclarativeValidationMismatchMetric
|
||||
versionedSpecs:
|
||||
- default: false
|
||||
lockToDefault: false
|
||||
preRelease: Beta
|
||||
version: "1.33"
|
||||
- name: DeploymentPodReplacementPolicy
|
||||
versionedSpecs:
|
||||
- default: false
|
||||
|
||||
Reference in New Issue
Block a user