PodCondition contains details for the current condition of this pod.

Hierarchy

  • V1PodCondition

Constructors

Properties

lastProbeTime?: Date

Last time we probed the condition.

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. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

type: string
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