Kazan v0.1.0 Kazan.Models.V1.ContainerState
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
running
- Details about a running container SeeKazan.Models.V1.ContainerStateRunning
.terminated
- Details about a terminated container SeeKazan.Models.V1.ContainerStateTerminated
.waiting
- Details about a waiting container SeeKazan.Models.V1.ContainerStateWaiting
.