Improve the doc comment for the Job status.active field
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -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"
|
||||
},
|
||||
|
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user