ContainerStateTerminated is a terminated state of a container.

Hierarchy

  • V1ContainerStateTerminated

Constructors

Properties

containerID?: string

Container's ID in the format '://'

exitCode: number

Exit status from the last termination of the container

finishedAt?: Date

Time at which the container last terminated

message?: string

Message regarding the last termination of the container

reason?: string

(brief) reason from the last termination of the container

signal?: number

Signal from the last termination of the container

startedAt?: Date

Time at which previous execution of the container started

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