8 references to TlsConfigs
Aspire.Hosting.Kubernetes (7)
KubernetesEnvironmentResource.cs (4)
1048
foreach (var tls in gatewayResource.
TlsConfigs
)
1219
foreach (var tls in gateway.
TlsConfigs
)
1278
foreach (var tls in gateway.
TlsConfigs
)
1307
if (gateway.
TlsConfigs
.Count > 0)
KubernetesGatewayExtensions.cs (3)
225
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
246
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
266
builder.Resource.
TlsConfigs
.Add(new GatewayTlsConfig(
Aspire.Hosting.Kubernetes.Tests (1)
CertManagerTests.cs (1)
108
Assert.Single(gateway.Resource.
TlsConfigs
);