NamespaceSpecV1
Class sealed net10.0
Represents the specification for a Kubernetes Namespace resource in the v1 API version.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class NamespaceSpecV1{ // ...}Remarks
Section titled Remarks 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.