Merge pull request #104045 from ravisantoshgudimetla/promote-minReadySec-sts-beta

Promote min ready sec sts beta
This commit is contained in:
Kubernetes Prow Robot
2021-09-13 14:33:50 -07:00
committed by GitHub
20 changed files with 8444 additions and 32 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
}