mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
update feature yaml
This commit is contained in:
parent
868ec5a637
commit
b8e3ef7fbf
@ -27,7 +27,6 @@ const (
|
|||||||
ComponentSLIs featuregate.Feature = "ComponentSLIs"
|
ComponentSLIs featuregate.Feature = "ComponentSLIs"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func featureGates() map[featuregate.Feature]featuregate.VersionedSpecs {
|
func featureGates() map[featuregate.Feature]featuregate.VersionedSpecs {
|
||||||
return map[featuregate.Feature]featuregate.VersionedSpecs{
|
return map[featuregate.Feature]featuregate.VersionedSpecs{
|
||||||
ComponentSLIs: {
|
ComponentSLIs: {
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
- name: ComponentSLIs
|
|
||||||
versionedSpecs:
|
|
||||||
- default: true
|
|
||||||
lockToDefault: false
|
|
||||||
preRelease: Beta
|
|
||||||
version: ""
|
|
||||||
- name: ContextualLogging
|
- name: ContextualLogging
|
||||||
versionedSpecs:
|
versionedSpecs:
|
||||||
- default: true
|
- default: true
|
||||||
|
@ -172,6 +172,20 @@
|
|||||||
lockToDefault: false
|
lockToDefault: false
|
||||||
preRelease: Alpha
|
preRelease: Alpha
|
||||||
version: "1.29"
|
version: "1.29"
|
||||||
|
- name: ComponentSLIs
|
||||||
|
versionedSpecs:
|
||||||
|
- default: false
|
||||||
|
lockToDefault: false
|
||||||
|
preRelease: Alpha
|
||||||
|
version: "1.26"
|
||||||
|
- default: true
|
||||||
|
lockToDefault: false
|
||||||
|
preRelease: Beta
|
||||||
|
version: "1.27"
|
||||||
|
- default: true
|
||||||
|
lockToDefault: true
|
||||||
|
preRelease: GA
|
||||||
|
version: "1.32"
|
||||||
- name: ConcurrentWatchObjectDecode
|
- name: ConcurrentWatchObjectDecode
|
||||||
versionedSpecs:
|
versionedSpecs:
|
||||||
- default: false
|
- default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user