Graduate AdmissionWebhookMatchCondition to beta

Kubernetes-commit: 0074b24ca42c8afca43f4ef3360f2d101594a567
This commit is contained in:
Amine 2023-07-17 18:19:35 +01:00 committed by Kubernetes Publisher
parent bb61e75257
commit 5782becb79
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ const (
// owner: @ivelichkovich, @tallclair
// alpha: v1.27
// beta: v1.28
// kep: https://kep.k8s.io/3716
//
// Enables usage of MatchConditions fields to use CEL expressions for matching on admission webhooks
@ -228,7 +229,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
AdmissionWebhookMatchConditions: {Default: false, PreRelease: featuregate.Alpha},
AdmissionWebhookMatchConditions: {Default: false, PreRelease: featuregate.Beta},
APIListChunking: {Default: true, PreRelease: featuregate.Beta},