ContainerState

com.coralogix.zio.k8s.model.core.v1.ContainerState
See theContainerState companion object

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets running.

Gets running.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets terminated.

Gets terminated.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets waiting.

Gets waiting.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product