ContainerStatePatch

data class ContainerStatePatch(val running: ContainerStateRunningPatch? = null, val terminated: ContainerStateTerminatedPatch? = null, val waiting: ContainerStateWaitingPatch? = null)

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.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details about a running container

Link copied to clipboard

Details about a terminated container

Link copied to clipboard

Details about a waiting container