8 references to TlsConfigs
Aspire.Hosting.Kubernetes (7)
KubernetesEnvironmentResource.cs (4)
1118foreach (var tls in gatewayResource.TlsConfigs) 1291foreach (var tls in gateway.TlsConfigs) 1350foreach (var tls in gateway.TlsConfigs) 1379if (gateway.TlsConfigs.Count > 0)
KubernetesGatewayExtensions.cs (3)
227builder.Resource.TlsConfigs.Add(new GatewayTlsConfig( 248builder.Resource.TlsConfigs.Add(new GatewayTlsConfig( 268builder.Resource.TlsConfigs.Add(new GatewayTlsConfig(
Aspire.Hosting.Kubernetes.Tests (1)
CertManagerTests.cs (1)
108Assert.Single(gateway.Resource.TlsConfigs);