Skip to content
Docs Try Aspire

Namespace Properties

Class Properties 1 member
Represents a Kubernetes Namespace resource in the v1 API version.
Gets or sets the specification for the Kubernetes Namespace resource.
public NamespaceSpecV1 Spec { get; set; }
This property provides access to the namespace specification, which contains configuration details such as finalizers. Finalizers are used to perform specific actions or cleanups associated with the namespace before its removal.