4 references to BuildClusterIssuerManifestAsync
Aspire.Hosting.Kubernetes (1)
CertManagerExtensions.cs (1)
439
var manifest = await
BuildClusterIssuerManifestAsync
(context.Model, certManager, issuer, context.Logger, context.CancellationToken)
Aspire.Hosting.Kubernetes.Tests (3)
CertManagerTests.cs (3)
142
var yaml = await CertManagerExtensions.
BuildClusterIssuerManifestAsync
(
185
var yaml = await CertManagerExtensions.
BuildClusterIssuerManifestAsync
(
225
await CertManagerExtensions.
BuildClusterIssuerManifestAsync
(