NamespaceStatus

final case class NamespaceStatus(conditions: Option[Seq[NamespaceCondition]], phase: Option[String])

NamespaceStatus is information about the current status of a Namespace.

Source:
NamespaceStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Source:
NamespaceStatus.scala

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

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

Source:
NamespaceStatus.scala

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

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

Source:
NamespaceStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
NamespaceStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Source:
NamespaceStatus.scala

Inherited methods

Inherited from:
Product