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.json — “io.k8s.api.core.v1.ContainerState”