PersistentVolumeClaimCondition contains details about state of pvc

Hierarchy

  • V1PersistentVolumeClaimCondition

Constructors

Properties

lastProbeTime?: Date

lastProbeTime is the time we probed the condition.

lastTransitionTime?: Date

lastTransitionTime is the time the condition transitioned from one status to another.

message?: string

message is the human-readable message indicating details about last transition.

reason?: string

reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized.

status: string
type: string
attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc