Remove GA feature gate ComponentSLIs

This commit is contained in:
Jefftree
2024-10-01 15:51:49 +00:00
parent 5e65529ca9
commit f1af84620b
2 changed files with 1 additions and 16 deletions

View File

@@ -20,17 +20,8 @@ import (
"k8s.io/component-base/featuregate"
)
const (
// owner: @logicalhan
// kep: https://kep.k8s.io/3466
// alpha: v1.26
ComponentSLIs featuregate.Feature = "ComponentSLIs"
)
func featureGates() map[featuregate.Feature]featuregate.FeatureSpec {
return map[featuregate.Feature]featuregate.FeatureSpec{
ComponentSLIs: {Default: true, PreRelease: featuregate.Beta},
}
return map[featuregate.Feature]featuregate.FeatureSpec{}
}
// AddFeatureGates adds all feature gates used by this package.

View File

@@ -1,9 +1,3 @@
- name: ComponentSLIs
versionedSpecs:
- default: true
lockToDefault: false
preRelease: Beta
version: ""
- name: ContextualLogging
versionedSpecs:
- default: true