Remove StatefulSetStartOrdinal feature gate to target stable in 1.31

This commit is contained in:
Peter Schuurman
2024-07-08 19:24:30 -07:00
parent 1904a56e30
commit 585971431b
18 changed files with 32 additions and 130 deletions

View File

@@ -236,9 +236,7 @@ type StatefulSetSpec struct {
// ordinals controls the numbering of replica indices in a StatefulSet. The
// default ordinals behavior assigns a "0" index to the first replica and
// increments the index by one for each additional replica requested. Using
// the ordinals field requires the StatefulSetStartOrdinal feature gate to be
// enabled, which is beta.
// increments the index by one for each additional replica requested.
// +optional
Ordinals *StatefulSetOrdinals
}