mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
add StructuredAuthenticationConfiguration feature flag
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
0e86fa5115
commit
1bf90f9484
@ -198,6 +198,13 @@ const (
|
|||||||
// document.
|
// document.
|
||||||
StorageVersionHash featuregate.Feature = "StorageVersionHash"
|
StorageVersionHash featuregate.Feature = "StorageVersionHash"
|
||||||
|
|
||||||
|
// owner: @aramase, @enj, @nabokihms
|
||||||
|
// kep: https://kep.k8s.io/3331
|
||||||
|
// alpha: v1.29
|
||||||
|
//
|
||||||
|
// Enables Structured Authentication Configuration
|
||||||
|
StructuredAuthenticationConfiguration featuregate.Feature = "StructuredAuthenticationConfiguration"
|
||||||
|
|
||||||
// owner: @wojtek-t
|
// owner: @wojtek-t
|
||||||
// alpha: v1.15
|
// alpha: v1.15
|
||||||
// beta: v1.16
|
// beta: v1.16
|
||||||
@ -278,6 +285,8 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
StorageVersionHash: {Default: true, PreRelease: featuregate.Beta},
|
StorageVersionHash: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
|
StructuredAuthenticationConfiguration: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
||||||
|
|
||||||
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user