7 references to WithRoute
Aspire.Hosting.Kubernetes.Tests (7)
KubernetesGatewayTests.cs (7)
70gateway.WithRoute("api.example.com", "/", api.GetEndpoint("http"));
98.WithRoute("api.example.com", "/", api.GetEndpoint("http"))
133.WithRoute("api.example.com", "/", api.GetEndpoint("http"))
163gateway.WithRoute("example.com", "/api", api.GetEndpoint("http"));
164gateway.WithRoute("example.com", "/", web.GetEndpoint("http"));
166gateway.WithRoute("other.com", "/", api.GetEndpoint("http"));
415gateway.WithRoute("api.example.com", "/", api.GetEndpoint("http"));