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

@@ -437,7 +437,8 @@ type JobStatus struct {
// +optional
CompletionTime *metav1.Time
// The number of pending and running pods.
// The number of pending and running pods which are not terminating (without
// a deletionTimestamp).
// +optional
Active int32