OBJECT

KubernetesKindNodeStatusConditions

NodeCondition contains condition information for a node.

link GraphQL Schema definition

  • type KubernetesKindNodeStatusConditions {
  • # Last time we got an update on a given condition.
  • lastHeartbeatTime: DateTime
  • # Last time the condition transit from one status to another.
  • lastTransitionTime: DateTime
  • # Human readable message indicating details about last transition.
  • message: String
  • # (brief) reason for the condition's last transition.
  • reason: String
  • # Status of the condition, one of True, False, Unknown.
  • status: String
  • # Type of node condition.
  • type: String
  • }