Generated: minReadySeconds for STS
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -1332,7 +1332,7 @@
|
||||
"description": "A StatefulSetSpec is the specification of a StatefulSet.",
|
||||
"properties": {
|
||||
"minReadySeconds": {
|
||||
"description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.",
|
||||
"description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -1389,7 +1389,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 a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.",
|
||||
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
|
@@ -1062,7 +1062,7 @@
|
||||
"description": "A StatefulSetSpec is the specification of a StatefulSet.",
|
||||
"properties": {
|
||||
"minReadySeconds": {
|
||||
"description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.",
|
||||
"description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -1144,7 +1144,7 @@
|
||||
"properties": {
|
||||
"availableReplicas": {
|
||||
"default": 0,
|
||||
"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.",
|
||||
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
|
Reference in New Issue
Block a user