StatefulSetCondition describes the state of a statefulset at a certain point.

Hierarchy

  • V1StatefulSetCondition

Constructors

Properties

lastTransitionTime?: Date

Last time the condition transitioned from one status to another.

message?: string

A human readable message indicating details about the transition.

reason?: string

The reason for the condition's last transition.

status: string

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

type: string

Type of statefulset 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