Kazan v0.3.0 Kazan.Models.V1.PodCondition

PodCondition contains details for the current condition of this pod.

Properties

  • last_probe_time :: Kazan.Models.Unversioned.Time

    • Last time we probed the condition.
  • last_transition_time :: Kazan.Models.Unversioned.Time

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

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

    • Unique, one-word, CamelCase reason for the condition’s last transition.
  • status :: String

    • Status is the status of the condition. Can be True, False, Unknown. More info.
  • type :: String

    • Type is the type of the condition. Currently only Ready. More info.