Skip to content
Docs Try Aspire

NamespaceSpecV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents the specification for a Kubernetes Namespace resource in the v1 API version.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class NamespaceSpecV1
{
// ...
}
This class provides configuration details for a Kubernetes Namespace, specifically the associated finalizers. Finalizers are used to ensure proper cleanup or processing of resources before deletion. The NamespaceSpecV1 object is referenced within a Kubernetes Namespace instance.