5 references to WithHostname
Aspire.Hosting.Kubernetes (1)
KubernetesGatewayExtensions.cs (1)
210
/// The TLS configuration applies to all hostnames configured via <see cref="
WithHostname
(IResourceBuilder{KubernetesGatewayResource}, string)"/>.
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesGatewayTests.cs (4)
99
.
WithHostname
("api.example.com").WithTls("my-tls-secret");
134
.
WithHostname
("api.example.com").WithTls("my-tls-secret");
196
gateway.
WithHostname
("api.example.com");
357
.
WithHostname
("api.example.com");