Skip to content
DocsTry Aspire
DocsTry

CertManagerResource Constructors

ClassConstructors1 member
Represents a cert-manager installation on a Kubernetes environment.
Constructor(string, KubernetesEnvironmentResource, KubernetesHelmChartResource)Section titled Constructor(string, KubernetesEnvironmentResource, KubernetesHelmChartResource)
Initializes a new instance of CertManagerResource.
public sealed class CertManagerResource
{
public CertManagerResource(
string name,
KubernetesEnvironmentResource environment,
KubernetesHelmChartResource helmChart)
{
// ...
}
}
namestringThe Aspire resource name for this cert-manager installation.
environmentKubernetesEnvironmentResourceThe parent Kubernetes environment.
helmChartKubernetesHelmChartResourceThe underlying Helm chart resource that installs cert-manager.