Package version:

Status condition of Kubernetes object

interface ObjectStatusConditionDefinition {
    lastTransitionTime?: any;
    message?: string;
    reason?: string;
    status?: string;
    type?: string;
}

Properties

lastTransitionTime?: any

Last time this status condition has changed

message?: string

A more verbose description of the object status condition

reason?: string

Reason for the specified status condition type status

status?: string

Status of the Kubernetes object condition type

type?: string

Object status condition type for this object