11 references to WithHostname
Aspire.Hosting.Kubernetes (2)
KubernetesGatewayExtensions.cs (2)
93
/// with <see cref="
WithHostname
(IResourceBuilder{KubernetesGatewayResource}, string)"/>, or all
212
/// The TLS configuration applies to all hostnames configured via <see cref="
WithHostname
(IResourceBuilder{KubernetesGatewayResource}, string)"/>.
Aspire.Hosting.Kubernetes.Tests (9)
KubernetesGatewayTests.cs (9)
124
.
WithHostname
("api.example.com")
125
.
WithHostname
("www.example.com");
155
gateway.
WithHostname
(hostname);
182
gateway.
WithHostname
($"host-{index}.example.com");
224
gateway.
WithHostname
(hostname);
250
.
WithHostname
("api.example.com").WithTls("my-tls-secret");
285
.
WithHostname
("api.example.com").WithTls("my-tls-secret");
347
gateway.
WithHostname
("api.example.com");
508
.
WithHostname
("api.example.com");