Kazan v0.1.0 Kazan.Models.V1beta1.JobStatus
JobStatus represents the current state of a Job.
Properties
active
- Active is the number of actively running pods.completion_time
- CompletionTime represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. SeeKazan.Models.Unversioned.Time
.conditions
- Conditions represent the latest available observations of an object’s current state. More info: http://kubernetes.io/docs/user-guide/jobsfailed
- Failed is the number of pods which reached Phase Failed.start_time
- StartTime represents time when the job was acknowledged by the Job Manager. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. SeeKazan.Models.Unversioned.Time
.succeeded
- Succeeded is the number of pods which reached Phase Succeeded.