14 references to WithHostname
Aspire.Hosting.Kubernetes (2)
KubernetesIngressExtensions.cs (2)
103/// <see cref="WithHostname(IResourceBuilder{KubernetesIngressResource}, string)"/>, or all hosts 235/// The TLS configuration applies to all hostnames configured via <see cref="WithHostname(IResourceBuilder{KubernetesIngressResource}, string)"/>.
Aspire.Hosting.Kubernetes.Tests (12)
KubernetesIngressTests.cs (12)
192.WithHostname("api.example.com") 193.WithHostname("www.example.com"); 217.WithHostname("api.example.com"); 248.WithHostname("api.example.com").WithTls("my-tls-secret"); 277.WithHostname("api.example.com"); 384.WithHostname("api.example.com") 413.WithHostname("api.example.com") 452.WithHostname("api.example.com") 490.WithHostname("api.example.com") 523.WithHostname("api.example.com") 642.WithHostname("app.example.com").WithTls("my-tls-secret"); 677.WithHostname("app.example.com").WithTls("my-tls-secret");