Skip to content
DocsTry Aspire
DocsTry

CertManagerResource.addIssuer

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface CertManagerResource {
// ... omitted for brevity
addIssuer(name: string): CertManagerIssuerResource;
}

Signature

methodaddIssuerbuilder
Adds a cert-manager `ClusterIssuer` to this cert-manager installation.
addIssuer(name: string): CertManagerIssuerResource
namestring
CertManagerIssuerResource

Defined on

This method is defined on the following type: