JobCondition describes current state of a job.

Hierarchy

  • V1JobCondition

Constructors

Properties

lastProbeTime?: Date

Last time the condition was checked.

lastTransitionTime?: Date

Last time the condition transit from one status to another.

message?: string

Human readable message indicating details about last transition.

reason?: string

(brief) reason for the condition's last transition.

status: string

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

type: string

Type of job condition, Complete or Failed.

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