Kazan v0.2.0 Kazan.Models.V1.NodeCondition

NodeCondition contains condition information for a node.

Properties

  • last_heartbeat_time :: Kazan.Models.Unversioned.Time

    • Last time we got an update on a given condition.
  • 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 node condition.