Interface: KubeContainerStatus

    lib/k8s/cluster .KubeContainerStatus

    Properties

    containerID

    Optional containerID: string

    Defined in

    lib/k8s/cluster.ts:1246


    image

    image: string

    Defined in

    lib/k8s/cluster.ts:1247


    imageID

    imageID: string

    Defined in

    lib/k8s/cluster.ts:1248


    lastState

    lastState: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:1252


    name

    name: string

    Defined in

    lib/k8s/cluster.ts:1249


    ready

    ready: boolean

    Defined in

    lib/k8s/cluster.ts:1250


    restartCount

    restartCount: number

    Defined in

    lib/k8s/cluster.ts:1251


    started

    Optional started: boolean

    Defined in

    lib/k8s/cluster.ts:1254


    state

    state: Partial< ContainerState >

    Defined in

    lib/k8s/cluster.ts:1253