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

    • 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 :: [ 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

    • 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.
  • succeeded :: Integer

    • The number of pods which reached phase Succeeded.