mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Changed JobConditionType from JobSucceded to JobComplete to more accurately reflect job's final state
This commit is contained in:
parent
919c7e94e2
commit
1267388cc6
@ -154,8 +154,8 @@ type JobConditionType string
|
||||
|
||||
// These are valid conditions of a job.
|
||||
const (
|
||||
// JobSucceeded means the job has successfully completed its execution.
|
||||
JobSucceeded JobConditionType = "Complete"
|
||||
// JobComplete means the job has completed its execution.
|
||||
JobComplete JobConditionType = "Complete"
|
||||
)
|
||||
|
||||
// JobCondition describes current state of a job.
|
||||
|
Loading…
Reference in New Issue
Block a user