NamespaceSpecV1 Properties
Class Properties 1 member
Represents the specification for a Kubernetes Namespace resource in the v1 API version.
Gets the list of finalizers associated with the namespace. Finalizers are used to define actions or hooks that must be completed before a namespace is deleted. This ensures specific cleanup tasks are completed properly before the resource is removed.
public List<string> Finalizers { get; }