Merge pull request #119503 from wojtek-t/pagination_ga

Graduate APIListChunking to GA
This commit is contained in:
Kubernetes Prow Robot
2023-08-23 10:39:29 -07:00
committed by GitHub
14 changed files with 46 additions and 93 deletions

View File

@@ -1209,7 +1209,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
genericfeatures.AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.APIListChunking: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.APIListChunking: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
genericfeatures.APIPriorityAndFairness: {Default: true, PreRelease: featuregate.Beta},