diff options
| author | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-28 09:47:40 +0200 |
|---|---|---|
| committer | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-28 09:47:40 +0200 |
| commit | e1a2ba9b6c771e5a547bfb43b49cb49b33b2f5c1 (patch) | |
| tree | 4f25dcd823fe6b8c97adb7bf81b80cd382bf7e1f | |
| parent | 520a6096eacfe74a93c5ae188ce12bbf9bfac369 (diff) | |
| parent | fa761e592f8951cb57d99946e792fb69540978c3 (diff) | |
Merge pull request #12971 from soltysh/job_proposal_update
Changed JobSucceded to JobComplete
| -rw-r--r-- | job.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
