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