ContainerState

io.k8s.api.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
Source
ContainerState.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if running has a value, transforms to the result of function

if running has a value, transforms to the result of function

Attributes

Source
ContainerState.scala

if terminated has a value, transforms to the result of function

if terminated has a value, transforms to the result of function

Attributes

Source
ContainerState.scala

if waiting has a value, transforms to the result of function

if waiting has a value, transforms to the result of function

Attributes

Source
ContainerState.scala

Returns a new data with running set to new value

Returns a new data with running set to new value

Attributes

Source
ContainerState.scala

Returns a new data with terminated set to new value

Returns a new data with terminated set to new value

Attributes

Source
ContainerState.scala

Returns a new data with waiting set to new value

Returns a new data with waiting set to new value

Attributes

Source
ContainerState.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product