Kazan v0.1.0 Kazan.Models.V1.JobCondition

JobCondition describes current state of a job.

Properties

  • last_probe_time - Last time the condition was checked. See Kazan.Models.Unversioned.Time.
  • last_transition_time - Last time the condition transit from one status to another. See Kazan.Models.Unversioned.Time.
  • message - Human readable message indicating details about last transition.
  • reason - (brief) reason for the condition’s last transition.
  • status - Status of the condition, one of True, False, Unknown.
  • type - Type of job condition, Complete or Failed.