Skip to main content

Interface: KubeCondition

Properties

lastProbeTime

lastProbeTime: Time;

Last time we probed the condition.

Defined in

src/lib/k8s/cluster.ts:878


lastTransitionTime?

optional lastTransitionTime: Time;

Defined in

src/lib/k8s/cluster.ts:879


lastUpdateTime?

optional lastUpdateTime: Time;

Defined in

src/lib/k8s/cluster.ts:880


message?

optional message: string;

Defined in

src/lib/k8s/cluster.ts:881


reason?

optional reason: string;

Unique, one-word, CamelCase reason for the condition's last transition.

Defined in

src/lib/k8s/cluster.ts:883


status

status: string;

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

Defined in

src/lib/k8s/cluster.ts:885


type

type: string;

Defined in

src/lib/k8s/cluster.ts:886