Skip to content
DocsTry Aspire
DocsTry

NamespaceSpecV1 Properties

ClassProperties1 member
Represents the specification for a Kubernetes Namespace resource in the v1 API version.
FinalizersSection titled FinalizersList<string>
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; }