ContainerStateWaiting is a waiting state of a container.

Hierarchy

  • V1ContainerStateWaiting

Constructors

Properties

message?: string

Message regarding why the container is not yet running.

reason?: string

(brief) reason the container is not yet running.

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