Interface: KubeContainerStatus

    lib/k8s/cluster .KubeContainerStatus

    Properties

    containerID

    Optional containerID: string

    Defined in

    lib/k8s/cluster.ts:663


    image

    image: string

    Defined in

    lib/k8s/cluster.ts:664


    imageID

    imageID: string

    Defined in

    lib/k8s/cluster.ts:665


    lastState

    lastState: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:669


    name

    name: string

    Defined in

    lib/k8s/cluster.ts:666


    ready

    ready: boolean

    Defined in

    lib/k8s/cluster.ts:667


    restartCount

    restartCount: number

    Defined in

    lib/k8s/cluster.ts:668


    started

    Optional started: boolean

    Defined in

    lib/k8s/cluster.ts:671


    state

    state: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:670