10 references to WithHostname
Aspire.Hosting.Kubernetes (1)
KubernetesIngressExtensions.cs (1)
233/// The TLS configuration applies to all hostnames configured via <see cref="WithHostname(IResourceBuilder{KubernetesIngressResource}, string)"/>.
Aspire.Hosting.Kubernetes.Tests (9)
KubernetesIngressTests.cs (9)
171.WithHostname("api.example.com").WithTls("my-tls-secret"); 200.WithHostname("api.example.com"); 307.WithHostname("api.example.com") 336.WithHostname("api.example.com") 375.WithHostname("api.example.com") 413.WithHostname("api.example.com") 446.WithHostname("api.example.com") 565.WithHostname("app.example.com").WithTls("my-tls-secret"); 600.WithHostname("app.example.com").WithTls("my-tls-secret");