ObjectStatusConditionDefinition interface

Status condition of Kubernetes object

Properties

lastTransitionTime

Last time this status condition has changed

message

A more verbose description of the object status condition

reason

Reason for the specified status condition type status

status

Status of the Kubernetes object condition type

type

Object status condition type for this object

Property Details

lastTransitionTime

Last time this status condition has changed

lastTransitionTime?: Date

Property Value

Date

message

A more verbose description of the object status condition

message?: string

Property Value

string

reason

Reason for the specified status condition type status

reason?: string

Property Value

string

status

Status of the Kubernetes object condition type

status?: string

Property Value

string

type

Object status condition type for this object

type?: string

Property Value

string