<asideclass="notice">Other api versions of this object exist: <ahref="#jobstatus-v1">v1</a><ahref="#jobstatus-v2alpha1">v2alpha1</a></aside>
JobStatus represents the current state of a Job.
<asideclass="notice">
Appears In <ahref="#job-v1beta1">Job</a></aside>
Field | Description
------------ | -----------
active <br/>*integer* | Active is the number of actively running pods.
completionTime <br/>*[Time](#time-unversioned)* | 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.
conditions <br/>*[JobCondition](#jobcondition-v1beta1) array* | Conditions represent the latest available observations of an object's current state. More info: http://kubernetes.io/docs/user-guide/jobs
failed <br/>*integer* | Failed is the number of pods which reached Phase Failed.
startTime <br/>*[Time](#time-unversioned)* | 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.
succeeded <br/>*integer* | Succeeded is the number of pods which reached Phase Succeeded.