ContainerStateRunning is a running state of a container.

Hierarchy

  • V1ContainerStateRunning

Constructors

Properties

startedAt?: Date

Time at which the container was last (re-)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