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

@@ -1367,7 +1367,7 @@
"description": "StatefulSetStatus represents the current state of a StatefulSet.",
"properties": {
"availableReplicas": {
"description": "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",
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.",
"format": "int32",
"type": "integer"
},
@@ -1420,7 +1420,8 @@
}
},
"required": [
"replicas"
"replicas",
"availableReplicas"
],
"type": "object"
},