Improve the doc comment for the Job status.active field

This commit is contained in:
Michal Wozniak
2024-02-19 10:19:14 +01:00
parent 167376cd39
commit fe8e896df8
7 changed files with 10 additions and 7 deletions

View File

@@ -15913,7 +15913,7 @@ func schema_k8sio_api_batch_v1_JobStatus(ref common.ReferenceCallback) common.Op
},
"active": {
SchemaProps: spec.SchemaProps{
Description: "The number of pending and running pods.",
Description: "The number of pending and running pods which are not terminating (without a deletionTimestamp).",
Type: []string{"integer"},
Format: "int32",
},