Skip to content
DocsTry Aspire
DocsTry

KindDeployedResource Properties

ClassProperties2 members
Base class for resources deployed to a Kind cluster.
NamespaceSection titled Namespacenullablestring?
Gets or sets the Kubernetes namespace for the deployment. When null, the Helm default namespace is used.
public string? Namespace { get; set; }
Gets the parent Kind cluster resource.
public KindClusterResource Parent { get; }