8 references to WithRoute
Aspire.Hosting.Kubernetes.Tests (8)
KubernetesGatewayTests.cs (8)
70gateway.WithRoute("api.example.com", "/", api.GetEndpoint("http"));
225gateway.WithRoute(hostname, "/", api.GetEndpoint("http"));
249.WithRoute("api.example.com", "/", api.GetEndpoint("http"))
284.WithRoute("api.example.com", "/", api.GetEndpoint("http"))
314gateway.WithRoute("example.com", "/api", api.GetEndpoint("http"));
315gateway.WithRoute("example.com", "/", web.GetEndpoint("http"));
317gateway.WithRoute("other.com", "/", api.GetEndpoint("http"));
566gateway.WithRoute("api.example.com", "/", api.GetEndpoint("http"));