ContainerStateWaiting

io.k8s.api.core.v1.ContainerStateWaiting
See theContainerStateWaiting companion object
final case class ContainerStateWaiting(message: Option[String], reason: Option[String])

ContainerStateWaiting is a waiting state of a container.

Attributes

Companion
object
Source
ContainerStateWaiting.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

Attributes

Source
ContainerStateWaiting.scala

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

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

Attributes

Source
ContainerStateWaiting.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
ContainerStateWaiting.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
ContainerStateWaiting.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product