V1ContainerState

March 28, 2026 ยท View on GitHub

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.

Properties

NameTypeDescriptionNotes
runningV1ContainerStateRunning[optional]
terminatedV1ContainerStateTerminated[optional]
waitingV1ContainerStateWaiting[optional]

[Back to Model list] [Back to API list] [Back to README]