Skip to content
Docs Try Aspire
Docs Try

NamespaceSpecV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
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.