Skip to content
DocsTry Aspire
DocsTry

KindHelmChartResource Constructors

ClassConstructors1 member
A Helm chart deployed to a Kind cluster.
Constructor(string, string, KindClusterResource)Section titled Constructor(string, string, KindClusterResource)
A Helm chart deployed to a Kind cluster.
public class KindHelmChartResource
{
public KindHelmChartResource(
string name,
string chartRef,
KindClusterResource parent)
{
// ...
}
}
namestringThe name of the resource (also used as the Helm release name).
chartRefstring Chart reference passed to helm install. Any form Helm supports: OCI ( oci://registry/chart), repo ( repo/chart), or local path ( ./charts/my-app).
parentKindClusterResourceThe parent Kind cluster resource.