3 instantiations of GatewayTlsConfig
Aspire.Hosting.Kubernetes (3)
KubernetesGatewayExtensions.cs (3)
227builder.Resource.TlsConfigs.Add(new GatewayTlsConfig( 248builder.Resource.TlsConfigs.Add(new GatewayTlsConfig( 268builder.Resource.TlsConfigs.Add(new GatewayTlsConfig(
4 references to GatewayTlsConfig
Aspire.Hosting.Kubernetes (4)
KubernetesEnvironmentResource.cs (3)
1118foreach (var tls in gatewayResource.TlsConfigs) 1291foreach (var tls in gateway.TlsConfigs) 1350foreach (var tls in gateway.TlsConfigs)
KubernetesGatewayResource.cs (1)
68internal List<GatewayTlsConfig> TlsConfigs { get; } = [];