Packages

case class NamespaceSpec(finalizers: Optional[Vector[String]] = Optional.Absent) extends Product with Serializable

NamespaceSpec describes the attributes on a Namespace.

finalizers

Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamespaceSpec
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamespaceSpec(finalizers: Optional[Vector[String]] = Optional.Absent)

    finalizers

    Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/

Value Members

  1. val finalizers: Optional[Vector[String]]
  2. def getFinalizers: IO[K8sFailure, Vector[String]]

    Finalizers is an opaque list of values that must be empty to permanently remove object from storage.

    Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/

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