Skip to content
Docs Try Aspire
Docs Try

CertManagerResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The Aspire resource name for this cert-manager installation.
environment KubernetesEnvironmentResource The parent Kubernetes environment.
helmChart KubernetesHelmChartResource The underlying Helm chart resource that installs cert-manager.