Options
All
  • Public
  • Public/Protected
  • All
Menu

NodeCondition contains condition information for a node.

export
interface

IoK8sApiCoreV1NodeCondition

Hierarchy

  • IoK8sApiCoreV1NodeCondition

Index

Properties

lastHeartbeatTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1NodeCondition

lastTransitionTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1NodeCondition

message?: string

Human readable message indicating details about last transition.

memberof

IoK8sApiCoreV1NodeCondition

reason?: string

(brief) reason for the condition's last transition.

memberof

IoK8sApiCoreV1NodeCondition

status: string

Status of the condition, one of True, False, Unknown.

memberof

IoK8sApiCoreV1NodeCondition

type: string

Type of node condition.

memberof

IoK8sApiCoreV1NodeCondition

Generated using TypeDoc