Merge pull request #125189 from mimowo/improve-ready-comment

Improve the Job API comment for ready field
This commit is contained in:
Kubernetes Prow Robot
2024-06-05 11:37:07 -07:00
committed by GitHub
7 changed files with 10 additions and 9 deletions

View File

@@ -4840,7 +4840,7 @@
"type": "string"
},
"ready": {
"description": "The number of pods which have a Ready condition.",
"description": "The number of active pods which have a Ready condition and are not terminating (without a deletionTimestamp).",
"format": "int32",
"type": "integer"
},