APIServiceCondition describes the state of an APIService at a particular point

Hierarchy

  • V1APIServiceCondition

Constructors

Properties

lastTransitionTime?: Date

Last time the condition transitioned from one status to another.

message?: string

Human-readable message indicating details about last transition.

reason?: string

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

status: string

Status is the status of the condition. Can be True, False, Unknown.

type: string

Type is the type of the 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