Merge pull request #119380 from A-Hilaly/api-server/webhooks/match-conditions-beta-graduations

Graduate `AdmissionWebhookMatchCondition` to beta
This commit is contained in:
Kubernetes Prow Robot
2023-07-17 16:55:07 -07:00
committed by GitHub
12 changed files with 25 additions and 24 deletions

View File

@@ -1159,7 +1159,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side:
genericfeatures.AdmissionWebhookMatchConditions: {Default: false, PreRelease: featuregate.Alpha},
genericfeatures.AdmissionWebhookMatchConditions: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},