Kazan v0.10.0 Kazan.Apis.Batch.V1.JobStatus View Source
JobStatus represents the current state of a Job.
OpenAPI Definition: io.k8s.api.batch.v1.JobStatus
Properties
active
::Integer
- The number of actively running pods.
completion_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
conditions
:: [Kazan.Apis.Batch.V1.JobCondition
]- The latest available observations of an object’s current state. More info.
failed
::Integer
- The number of pods which reached phase Failed.
start_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
succeeded
::Integer
- The number of pods which reached phase Succeeded.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Batch.V1.JobStatus{ active: integer(), completion_time: Kazan.Models.Apimachinery.Meta.V1.Time.t(), conditions: [Kazan.Apis.Batch.V1.JobCondition.t()], failed: integer(), start_time: Kazan.Models.Apimachinery.Meta.V1.Time.t(), succeeded: integer() }