8 references to TlsConfigs
Aspire.Hosting.Kubernetes (7)
KubernetesEnvironmentResource.cs (4)
1118
foreach (var tls in gatewayResource.
TlsConfigs
)
1291
foreach (var tls in gateway.
TlsConfigs
)
1350
foreach (var tls in gateway.
TlsConfigs
)
1379
if (gateway.
TlsConfigs
.Count > 0)
KubernetesGatewayExtensions.cs (3)
227
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
248
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
268
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
Aspire.Hosting.Kubernetes.Tests (1)
CertManagerTests.cs (1)
108
Assert.Single(gateway.Resource.
TlsConfigs
);