put feature gate in alphabetical order

This commit is contained in:
Daniel Vega-Myhre 2023-06-27 22:20:17 +00:00
parent a9afaa1eee
commit cfa2fa6d77

View File

@ -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() {