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:
Matthias Gubler
2021-08-05 10:43:37 +02:00
committed by GitHub
parent f3e9fdc642
commit 691b45e220
10 changed files with 38 additions and 38 deletions

View File

@@ -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"
},