KindDeployedResource Properties
ClassProperties2 members
Base class for resources deployed to a Kind cluster.
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; }