Kazan v0.4.0 Kazan.Models.Apis.Batch.V1.JobStatus View Source

JobStatus represents the current state of a Job.

OpenAPI Definition: io.k8s.kubernetes.pkg.apis.batch.v1.JobStatus

Properties

  • active :: Integer

    • Active is the number of actively running pods.
  • completion_time :: Kazan.Models.ApiMachinery.Apis.Meta.V1.Time

    • 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 :: [ Kazan.Models.Apis.Batch.V1.JobCondition ]

    • Conditions represent the latest available observations of an object’s current state. More info.
  • failed :: Integer

    • Failed is the number of pods which reached Phase Failed.
  • start_time :: Kazan.Models.ApiMachinery.Apis.Meta.V1.Time

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

    • Succeeded is the number of pods which reached Phase Succeeded.