mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #12971 from soltysh/job_proposal_update
Changed JobSucceded to JobComplete
This commit is contained in:
commit
3dc0de1fbc
@ -154,8 +154,8 @@ type JobConditionType string
|
|||||||
|
|
||||||
// These are valid conditions of a job.
|
// These are valid conditions of a job.
|
||||||
const (
|
const (
|
||||||
// JobSucceeded means the job has successfully completed its execution.
|
// JobComplete means the job has completed its execution.
|
||||||
JobSucceeded JobConditionType = "Complete"
|
JobComplete JobConditionType = "Complete"
|
||||||
)
|
)
|
||||||
|
|
||||||
// JobCondition describes current state of a job.
|
// JobCondition describes current state of a job.
|
||||||
|
Loading…
Reference in New Issue
Block a user