ContainerStateWaiting

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

ContainerStateWaiting is a waiting state of a container.

Value parameters:
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

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.

(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

Inherited from:
Product