Interface: KubeContainerStatus

    lib/k8s/cluster .KubeContainerStatus

    Properties

    containerID

    Optional containerID: string

    Defined in

    lib/k8s/cluster.ts:618


    image

    image: string

    Defined in

    lib/k8s/cluster.ts:619


    imageID

    imageID: string

    Defined in

    lib/k8s/cluster.ts:620


    lastState

    lastState: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:624


    name

    name: string

    Defined in

    lib/k8s/cluster.ts:621


    ready

    ready: boolean

    Defined in

    lib/k8s/cluster.ts:622


    restartCount

    restartCount: number

    Defined in

    lib/k8s/cluster.ts:623


    started

    Optional started: boolean

    Defined in

    lib/k8s/cluster.ts:626


    state

    state: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:625