NodeCondition contains condition information for a node.

Hierarchy

  • V1NodeCondition

Constructors

Properties

lastHeartbeatTime?: Date

Last time we got an update on a given condition.

lastTransitionTime?: Date

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.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc