ContainerStatus contains details for the current status of this container.

Hierarchy

  • V1ContainerStatus

Constructors

Properties

containerID?: string

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

image: string

The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images.

imageID: string

ImageID of the container's image.

lastState?: V1ContainerState
name: string

This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.

ready: boolean

Specifies whether the container has passed its readiness probe.

restartCount: number

The number of times the container has been restarted.

started?: boolean

Specifies whether the container has passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. Is always true when no startupProbe is defined.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc