3 instantiations of GatewayTlsConfig
Aspire.Hosting.Kubernetes (3)
KubernetesGatewayExtensions.cs (3)
225
builder.Resource.TlsConfigs.Add(new
GatewayTlsConfig
(
246
builder.Resource.TlsConfigs.Add(new
GatewayTlsConfig
(
266
builder.Resource.TlsConfigs.Add(new
GatewayTlsConfig
(
4 references to GatewayTlsConfig
Aspire.Hosting.Kubernetes (4)
KubernetesEnvironmentResource.cs (3)
1048
foreach (
var
tls in gatewayResource.TlsConfigs)
1219
foreach (
var
tls in gateway.TlsConfigs)
1278
foreach (
var
tls in gateway.TlsConfigs)
KubernetesGatewayResource.cs (1)
68
internal List<
GatewayTlsConfig
> TlsConfigs { get; } = [];