mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #92503 from wojtek-t/enable_index_for_pods
Bump SelectorIndex to beta
This commit is contained in:
commit
cb37c08846
@ -138,8 +138,9 @@ const (
|
|||||||
// Deprecates and removes SelfLink from ObjectMeta and ListMeta.
|
// Deprecates and removes SelfLink from ObjectMeta and ListMeta.
|
||||||
RemoveSelfLink featuregate.Feature = "RemoveSelfLink"
|
RemoveSelfLink featuregate.Feature = "RemoveSelfLink"
|
||||||
|
|
||||||
// owner: @shaloulcy
|
// owner: @shaloulcy, @wojtek-t
|
||||||
// alpha: v1.18
|
// alpha: v1.18
|
||||||
|
// beta: v1.19
|
||||||
//
|
//
|
||||||
// Allows label and field based indexes in apiserver watch cache to accelerate list operations.
|
// Allows label and field based indexes in apiserver watch cache to accelerate list operations.
|
||||||
SelectorIndex featuregate.Feature = "SelectorIndex"
|
SelectorIndex featuregate.Feature = "SelectorIndex"
|
||||||
@ -173,6 +174,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
||||||
APIPriorityAndFairness: {Default: false, PreRelease: featuregate.Alpha},
|
APIPriorityAndFairness: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
RemoveSelfLink: {Default: false, PreRelease: featuregate.Alpha},
|
RemoveSelfLink: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
SelectorIndex: {Default: false, PreRelease: featuregate.Alpha},
|
SelectorIndex: {Default: true, PreRelease: featuregate.Beta},
|
||||||
WarningHeaders: {Default: true, PreRelease: featuregate.Beta},
|
WarningHeaders: {Default: true, PreRelease: featuregate.Beta},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user