Skip to content
Docs Try Aspire
Docs Try

CertManagerIssuerResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The Aspire resource name. Also used as the metadata.name of the generated ClusterIssuer, so it must be a valid DNS-1123 label.
parent CertManagerResource The parent cert-manager installation.