⎈ k8s knowledge compiler

ContainerState [api_object]ai-synthesized · conf 0.82

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

core

A ContainerState represents the current state of a container.

Why it matters This state helps track the lifecycle of a container.

Key facts - Can be one of Running, Terminated, or Waiting - Used to represent the current state of a container

Sources

swagger.jsonio.k8s.api.core.v1.ContainerState

Related (4)

related_to ContainerStateTerminatedreferences type conf=1
related_to ContainerStateRunningreferences type conf=1
related_to ContainerStateWaitingreferences type conf=1
related_to ContainerStatusreferences type conf=1

← all API Explorer