api: Promote statefulset MinReadySeconds to beta

This commit is contained in:
ravisantoshgudimetla
2021-07-30 12:38:14 -04:00
parent b0bc8adbc2
commit bcc288eeee
12 changed files with 19 additions and 29 deletions

View File

@@ -205,9 +205,7 @@ type StatefulSetStatus struct {
Conditions []StatefulSetCondition
// Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
// This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.
// Remove omitempty when graduating to beta
// +optional
// This is a beta field and requires enabling StatefulSetMinReadySeconds feature gate.
AvailableReplicas int32
}