ContainerStateWaiting

case class ContainerStateWaiting(message: Optional[String], reason: Optional[String])

ContainerStateWaiting is a waiting state of a container.

Value Params
message

Message regarding why the container is not yet running.

reason

(brief) reason the container is not yet running.

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

Value members

Concrete methods

def getMessage: IO[K8sFailure, String]

Message regarding why the container is not yet running.

Message regarding why the container is not yet running.

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

def getReason: IO[K8sFailure, String]

(brief) reason the container is not yet running.

(brief) reason the container is not yet running.

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