mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Remove example feature gate from pkg/apiserver/kube_features.go
This commit is contained in:
parent
2a8408811a
commit
79deb21ac1
@ -300,14 +300,8 @@ func init() {
|
|||||||
// To add a new feature, define a key for it above and add it here. The features will be
|
// To add a new feature, define a key for it above and add it here. The features will be
|
||||||
// available throughout Kubernetes binaries.
|
// available throughout Kubernetes binaries.
|
||||||
//
|
//
|
||||||
// Entries are alphabetized and separated from each other with blank lines to avoid sweeping gofmt changes
|
// Entries are alphabetized.
|
||||||
// when adding or removing one entry.
|
|
||||||
var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate.VersionedSpecs{
|
var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate.VersionedSpecs{
|
||||||
// Example:
|
|
||||||
// EmulationVersion: {
|
|
||||||
// {Version: version.MustParse("1.30"), Default: false, PreRelease: featuregate.Alpha},
|
|
||||||
// },
|
|
||||||
|
|
||||||
AnonymousAuthConfigurableEndpoints: {
|
AnonymousAuthConfigurableEndpoints: {
|
||||||
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Alpha},
|
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Alpha},
|
||||||
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
|
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
|
||||||
|
Loading…
Reference in New Issue
Block a user