mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Rename stable to GA
This commit is contained in:
parent
92c36f59b1
commit
e7bfd4b6b2
@ -328,7 +328,7 @@ const (
|
|||||||
// kep: https://kep.k8s.io/3329
|
// kep: https://kep.k8s.io/3329
|
||||||
// alpha: v1.25
|
// alpha: v1.25
|
||||||
// beta: v1.26
|
// beta: v1.26
|
||||||
// stable: v1.31
|
// GA: v1.31
|
||||||
//
|
//
|
||||||
// Allow users to specify handling of pod failures based on container exit codes
|
// Allow users to specify handling of pod failures based on container exit codes
|
||||||
// and pod conditions.
|
// and pod conditions.
|
||||||
@ -406,7 +406,7 @@ const (
|
|||||||
// kep: http://kep.k8s.io/3836
|
// kep: http://kep.k8s.io/3836
|
||||||
// alpha: v1.28
|
// alpha: v1.28
|
||||||
// beta: v1.30
|
// beta: v1.30
|
||||||
// stable: v1.31
|
// GA: v1.31
|
||||||
//
|
//
|
||||||
// Implement connection draining for terminating nodes for
|
// Implement connection draining for terminating nodes for
|
||||||
// `externalTrafficPolicy: Cluster` services.
|
// `externalTrafficPolicy: Cluster` services.
|
||||||
@ -560,7 +560,7 @@ const (
|
|||||||
// kep: https://kep.k8s.io/3329
|
// kep: https://kep.k8s.io/3329
|
||||||
// alpha: v1.25
|
// alpha: v1.25
|
||||||
// beta: v1.26
|
// beta: v1.26
|
||||||
// stable: v1.31
|
// GA: v1.31
|
||||||
//
|
//
|
||||||
// Enables support for appending a dedicated pod condition indicating that
|
// Enables support for appending a dedicated pod condition indicating that
|
||||||
// the pod is being deleted due to a disruption.
|
// the pod is being deleted due to a disruption.
|
||||||
@ -602,7 +602,7 @@ const (
|
|||||||
// kep: https://kep.k8s.io/3521
|
// kep: https://kep.k8s.io/3521
|
||||||
// alpha: v1.26
|
// alpha: v1.26
|
||||||
// beta: v1.27
|
// beta: v1.27
|
||||||
// stable: v1.30
|
// GA: v1.30
|
||||||
//
|
//
|
||||||
// Enable users to specify when a Pod is ready for scheduling.
|
// Enable users to specify when a Pod is ready for scheduling.
|
||||||
PodSchedulingReadiness featuregate.Feature = "PodSchedulingReadiness"
|
PodSchedulingReadiness featuregate.Feature = "PodSchedulingReadiness"
|
||||||
@ -677,7 +677,7 @@ const (
|
|||||||
// owner: @danielvegamyhre
|
// owner: @danielvegamyhre
|
||||||
// kep: https://kep.k8s.io/2413
|
// kep: https://kep.k8s.io/2413
|
||||||
// beta: v1.27
|
// beta: v1.27
|
||||||
// stable: v1.31
|
// GA: v1.31
|
||||||
//
|
//
|
||||||
// Allows mutating spec.completions for Indexed job when done in tandem with
|
// Allows mutating spec.completions for Indexed job when done in tandem with
|
||||||
// spec.parallelism. Specifically, spec.completions is mutable iff spec.completions
|
// spec.parallelism. Specifically, spec.completions is mutable iff spec.completions
|
||||||
@ -768,7 +768,7 @@ const (
|
|||||||
// owner: @psch
|
// owner: @psch
|
||||||
// alpha: v1.26
|
// alpha: v1.26
|
||||||
// beta: v1.27
|
// beta: v1.27
|
||||||
// stable: v1.31
|
// GA: v1.31
|
||||||
//
|
//
|
||||||
// Enables a StatefulSet to start from an arbitrary non zero ordinal
|
// Enables a StatefulSet to start from an arbitrary non zero ordinal
|
||||||
StatefulSetStartOrdinal featuregate.Feature = "StatefulSetStartOrdinal"
|
StatefulSetStartOrdinal featuregate.Feature = "StatefulSetStartOrdinal"
|
||||||
|
Loading…
Reference in New Issue
Block a user