PodReadinessGate contains the reference to a pod condition

Hierarchy

  • V1PodReadinessGate

Constructors

Properties

conditionType: string

ConditionType refers to a condition in the pod's condition list with matching type.

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