NamespaceSpecPatch

data class NamespaceSpecPatch(val finalizers: List<String>? = null)

NamespaceSpec describes the attributes on a Namespace.

Constructors

Link copied to clipboard
constructor(finalizers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val finalizers: List<String>? = null

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/