Remove example feature gate from pkg/apiserver/kube_features.go
Kubernetes-commit: 79deb21ac1d0837fbafdf9e1556019062590c1d8
This commit is contained in:
parent
90f5efd77b
commit
e778ced9b7
|
|
@ -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