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/
- Alphabetic
- By Inheritance
- NamespaceSpec
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
- val finalizers: Optional[Vector[String]]
-
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.