Merge pull request #125189 from mimowo/improve-ready-comment
Improve the Job API comment for ready field
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user