15 references to WithRoute
AksDemo.AppHost (2)
AppHost.cs (2)
50
.
WithRoute
("/api", api.GetEndpoint("http"))
58
.
WithRoute
("/admin", api.GetEndpoint("http"));
Aspire.Hosting.Azure.Kubernetes.Tests (1)
AzureKubernetesIngressTests.cs (1)
168
gateway.
WithRoute
("/", api.GetEndpoint("http"));
Aspire.Hosting.Kubernetes (1)
KubernetesGatewayResource.cs (1)
17
/// routes using <see cref="KubernetesGatewayExtensions.
WithRoute
(IResourceBuilder{KubernetesGatewayResource}, string, EndpointReference, GatewayPathMatchType)"/>.
Aspire.Hosting.Kubernetes.Tests (9)
CertManagerTests.cs (1)
134
.
WithRoute
("/", api.GetEndpoint("http"))
KubernetesGatewayTests.cs (7)
28
gateway.
WithRoute
("/api", api.GetEndpoint("http"));
254
gateway.
WithRoute
("no-leading-slash", api.GetEndpoint("http")));
306
.
WithRoute
("/", api.GetEndpoint("http"))
355
.
WithRoute
("/", api.GetEndpoint("http"))
392
gateway.
WithRoute
("/api", api.GetEndpoint("http"));
439
gateway.
WithRoute
("/api", api.GetEndpoint("http"));
471
gateway.
WithRoute
("/api", api.GetEndpoint("http"));
KubernetesPublisherTests.cs (1)
788
gateway.
WithRoute
("/api", api.GetEndpoint("http"));
CertManagerDemo.AppHost (2)
AppHost.cs (2)
56
.
WithRoute
("/api", api.GetEndpoint("http"))
63
.
WithRoute
("/admin", api.GetEndpoint("http"));