Skip to content
DocsTry Aspire
DocsTry

CertManagerIssuerResource Constructors

ClassConstructors1 member
Represents a cert-manager ClusterIssuer resource in the Aspire application model.
Constructor(string, CertManagerResource)Section titled Constructor(string, CertManagerResource)
Initializes a new instance of CertManagerIssuerResource.
public sealed class CertManagerIssuerResource
{
public CertManagerIssuerResource(
string name,
CertManagerResource parent)
{
// ...
}
}
namestringThe Aspire resource name. Also used as the metadata.name of the generated ClusterIssuer, so it must be a valid DNS-1123 label.
parentCertManagerResourceThe parent cert-manager installation.