Kazan v0.3.0 Kazan.Models.V1.JobCondition

JobCondition describes current state of a job.

Properties

  • last_probe_time :: Kazan.Models.Unversioned.Time

    • Last time the condition was checked.
  • last_transition_time :: Kazan.Models.Unversioned.Time

    • Last time the condition transit from one status to another.
  • message :: String

    • Human readable message indicating details about last transition.
  • reason :: String

    • (brief) reason for the condition’s last transition.
  • status :: String

    • Status of the condition, one of True, False, Unknown.
  • type :: String

    • Type of job condition, Complete or Failed.