NamespaceStatus

io.k8s.api.core.v1.NamespaceStatus
See theNamespaceStatus companion object
final case class NamespaceStatus(conditions: Option[Seq[NamespaceCondition]], phase: Option[String])

NamespaceStatus is information about the current status of a Namespace.

Attributes

Companion:
object
Source:
NamespaceStatus.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

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

Attributes

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

Attributes

Source:
NamespaceStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
NamespaceStatus.scala

Returns a new data with phase set to new value

Returns a new data with phase set to new value

Attributes

Source:
NamespaceStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product