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

@@ -4343,7 +4343,7 @@
"description": "JobStatus represents the current state of a Job.",
"properties": {
"active": {
"description": "The number of pending and running pods.",
"description": "The number of pending and running pods which are not terminating (without a deletionTimestamp).",
"format": "int32",
"type": "integer"
},

View File

@@ -406,7 +406,7 @@
"description": "JobStatus represents the current state of a Job.",
"properties": {
"active": {
"description": "The number of pending and running pods.",
"description": "The number of pending and running pods which are not terminating (without a deletionTimestamp).",
"format": "int32",
"type": "integer"
},