Improve the Job API comment for ready field

This commit is contained in:
Michal Wozniak
2024-05-29 14:01:28 +02:00
parent 5ceb99dc6b
commit 551464fe53
7 changed files with 10 additions and 9 deletions

View File

@@ -17274,7 +17274,7 @@ func schema_k8sio_api_batch_v1_JobStatus(ref common.ReferenceCallback) common.Op
},
"ready": {
SchemaProps: spec.SchemaProps{
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).",
Type: []string{"integer"},
Format: "int32",
},