Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

V1JobStatus.md

File metadata and controls

13 lines (10 loc) · 1.09 KB

Kubernetes::V1JobStatus

Properties

Name Type Description Notes
active Integer The number of actively running pods. [optional]
completion_time DateTime 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. [optional]
conditions Array<V1JobCondition> The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ [optional]
failed Integer The number of pods which reached phase Failed. [optional]
start_time DateTime Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. [optional]
succeeded Integer The number of pods which reached phase Succeeded. [optional]