18 references to WithPath
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesIngressTests.cs (2)
27ingress.WithPath("/", api.GetEndpoint("http")); 146ingress.WithPath("/", api.GetEndpoint("http"));
Aspire.Hosting.Kubernetes (2)
KubernetesIngressExtensions.cs (1)
26/// <see cref="WithPath(IResourceBuilder{KubernetesIngressResource}, string, EndpointReference, IngressPathType)"/>
KubernetesIngressResource.cs (1)
17/// path rules using <see cref="KubernetesIngressExtensions.WithPath(IResourceBuilder{KubernetesIngressResource}, string, EndpointReference, IngressPathType)"/>.
Aspire.Hosting.Kubernetes.Tests (14)
KubernetesIngressTests.cs (13)
28ingress.WithPath("/api", api.GetEndpoint("http")); 103ingress.WithPath("/api", api.GetEndpoint("http")); 144ingress.WithPath("/api", api.GetEndpoint("http")); 261ingress.WithPath("/", api.GetEndpoint("http")); 285ingress.WithPath("/exact", api.GetEndpoint("http"), IngressPathType.Exact); 377ingress.WithPath("/", api.GetEndpoint("http")); 415ingress.WithPath("/", api.GetEndpoint("http")); 448ingress.WithPath("/", api.GetEndpoint("http")); 528publicIngress.WithPath("/", api.GetEndpoint("http")); 529internalIngress.WithPath("/admin", admin.GetEndpoint("http")); 625ingress.WithPath("no-leading-slash", api.GetEndpoint("http"))); 666ingress.WithPath("/", api.GetEndpoint("http")); 714ingress.WithPath("/", api.GetEndpoint("http"));
KubernetesPublisherTests.cs (1)
787ingress.WithPath("/api", api.GetEndpoint("http"));