Kazan v0.9.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.