Interface: KubeContainerStatus
Defined in: lib/k8s/cluster.ts:562
Properties
containerID?
optional containerID?: string;
Defined in: lib/k8s/cluster.ts:563
image
image: string;
Defined in: lib/k8s/cluster.ts:564
imageID
imageID: string;
Defined in: lib/k8s/cluster.ts:565
lastState
lastState: Partial<ContainerState>;
Defined in: lib/k8s/cluster.ts:569
name
name: string;
Defined in: lib/k8s/cluster.ts:566
ready
ready: boolean;
Defined in: lib/k8s/cluster.ts:567
restartCount
restartCount: number;
Defined in: lib/k8s/cluster.ts:568
started?
optional started?: boolean;
Defined in: lib/k8s/cluster.ts:571
state
state: Partial<ContainerState>;
Defined in: lib/k8s/cluster.ts:570