mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
remove SelectorIndex field
This commit is contained in:
parent
410aaaa202
commit
209fb99f28
@ -139,14 +139,6 @@ 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, @wojtek-t
|
|
||||||
// alpha: v1.18
|
|
||||||
// beta: v1.19
|
|
||||||
// GA: v1.20
|
|
||||||
//
|
|
||||||
// Allows label and field based indexes in apiserver watch cache to accelerate list operations.
|
|
||||||
SelectorIndex featuregate.Feature = "SelectorIndex"
|
|
||||||
|
|
||||||
// owner: @apelisse, @lavalamp
|
// owner: @apelisse, @lavalamp
|
||||||
// alpha: v1.14
|
// alpha: v1.14
|
||||||
// beta: v1.16
|
// beta: v1.16
|
||||||
@ -219,8 +211,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
RemoveSelfLink: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
RemoveSelfLink: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
||||||
|
|
||||||
SelectorIndex: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
|
||||||
|
|
||||||
ServerSideApply: {Default: true, PreRelease: featuregate.GA},
|
ServerSideApply: {Default: true, PreRelease: featuregate.GA},
|
||||||
|
|
||||||
ServerSideFieldValidation: {Default: false, PreRelease: featuregate.Alpha},
|
ServerSideFieldValidation: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user