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

def mapMessage(f: String => String): ContainerStateWaiting

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
def mapReason(f: String => String): ContainerStateWaiting

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
def withMessage(value: String): ContainerStateWaiting

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
ContainerStateWaiting.scala
def withReason(value: String): ContainerStateWaiting

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product