Merge pull request #125591 from p0lyn0mial/upstream-promote-watch-list-to-beta

Promote WatchList feature to Beta
This commit is contained in:
Kubernetes Prow Robot
2024-07-01 02:31:14 -07:00
committed by GitHub
5 changed files with 20 additions and 7 deletions

View File

@@ -1277,7 +1277,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
genericfeatures.WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
genericfeatures.WatchList: {Default: false, PreRelease: featuregate.Alpha},
genericfeatures.WatchList: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32