mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Clarify ready (#103782)
* Clarify ReadyReplicas docs Clarifies and aligns the docs regarding ReadyReplicas in the ReplicaSetStatus, DeploymentStatus, StatefulSetStatus and the ReplicationControllerStatus. * Clarify NumberReady docs Clarifies and aligns the docs regarding NumberReady in the DaemonSetStatus. * Autogenerate docs * Fix doc text with PR feedback * Autogen docs * Apply suggestions from code review Co-authored-by: Jordan Liggitt <jordan@liggitt.net> * Autogen docs Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
This commit is contained in:
8
api/openapi-spec/swagger.json
generated
8
api/openapi-spec/swagger.json
generated
@@ -750,7 +750,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"numberReady": {
|
||||
"description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
|
||||
"description": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -969,7 +969,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"readyReplicas": {
|
||||
"description": "Total number of ready pods targeted by this deployment.",
|
||||
"description": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -1158,7 +1158,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"readyReplicas": {
|
||||
"description": "The number of ready replicas for this replica set.",
|
||||
"description": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -1400,7 +1400,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"readyReplicas": {
|
||||
"description": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.",
|
||||
"description": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
|
Reference in New Issue
Block a user