summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--job.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.md b/job.md
index 627f2a05..57717ea5 100644
--- a/job.md
+++ b/job.md
@@ -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.