Kazan v0.2.0 Kazan.Models.V1beta1.DeploymentCondition

DeploymentCondition describes the state of a deployment at a certain point.

Properties

  • last_transition_time :: Kazan.Models.Unversioned.Time

    • Last time the condition transitioned from one status to another.
  • last_update_time :: Kazan.Models.Unversioned.Time

    • The last time this condition was updated.
  • message :: String

    • A human readable message indicating details about the transition.
  • reason :: String

    • The reason for the condition’s last transition.
  • status :: String

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

    • Type of deployment condition.