Commit 3dc0de1f authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #12971 from soltysh/job_proposal_update

Changed JobSucceded to JobComplete
parents 2986d3eb 1267388c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment