UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Hierarchy

  • V1UncountedTerminatedPods

Constructors

Properties

failed?: string[]

failed holds UIDs of failed Pods.

succeeded?: string[]

succeeded holds UIDs of succeeded Pods.

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