mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
put feature gate in alphabetical order
This commit is contained in:
parent
a9afaa1eee
commit
cfa2fa6d77
@ -606,6 +606,13 @@ const (
|
|||||||
// the pod is being deleted due to a disruption.
|
// the pod is being deleted due to a disruption.
|
||||||
PodDisruptionConditions featuregate.Feature = "PodDisruptionConditions"
|
PodDisruptionConditions featuregate.Feature = "PodDisruptionConditions"
|
||||||
|
|
||||||
|
// owner: @danielvegamyhre
|
||||||
|
// kep: https://kep.k8s.io/4017
|
||||||
|
// beta: v1.28
|
||||||
|
//
|
||||||
|
// Set pod completion index as a pod label for Indexed Jobs and StatefulSets.
|
||||||
|
PodIndexLabel featuregate.Feature = "PodIndexLabel"
|
||||||
|
|
||||||
// owner: @ddebroy
|
// owner: @ddebroy
|
||||||
// alpha: v1.25
|
// alpha: v1.25
|
||||||
//
|
//
|
||||||
@ -843,13 +850,6 @@ const (
|
|||||||
//
|
//
|
||||||
// Enables In-Place Pod Vertical Scaling
|
// Enables In-Place Pod Vertical Scaling
|
||||||
InPlacePodVerticalScaling featuregate.Feature = "InPlacePodVerticalScaling"
|
InPlacePodVerticalScaling featuregate.Feature = "InPlacePodVerticalScaling"
|
||||||
|
|
||||||
// owner: @danielvegamyhre
|
|
||||||
// kep: https://kep.k8s.io/4017
|
|
||||||
// beta: v1.28
|
|
||||||
//
|
|
||||||
// Set pod completion index as a pod label for Indexed Jobs and StatefulSets.
|
|
||||||
PodIndexLabel featuregate.Feature = "PodIndexLabel"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user