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.

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.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets running.

Gets running.

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

Gets terminated.

Gets terminated.

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

Gets waiting.

Gets waiting.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product