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