20 references to WithPath
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesIngressTests.cs (2)
26ingress.WithPath("/", api.GetEndpoint("http")); 150ingress.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 (16)
KubernetesIngressTests.cs (15)
28ingress.WithPath("/api", api.GetEndpoint("http")); 103ingress.WithPath("/api", api.GetEndpoint("http")); 144ingress.WithPath("/api", api.GetEndpoint("http")); 172ingress.WithPath("/api", api.GetEndpoint("http")); 199ingress.WithPath("/api", api.GetEndpoint("http")); 338ingress.WithPath("/", api.GetEndpoint("http")); 362ingress.WithPath("/exact", api.GetEndpoint("http"), IngressPathType.Exact); 454ingress.WithPath("/", api.GetEndpoint("http")); 492ingress.WithPath("/", api.GetEndpoint("http")); 525ingress.WithPath("/", api.GetEndpoint("http")); 605publicIngress.WithPath("/", api.GetEndpoint("http")); 606internalIngress.WithPath("/admin", admin.GetEndpoint("http")); 702ingress.WithPath("no-leading-slash", api.GetEndpoint("http"))); 743ingress.WithPath("/", api.GetEndpoint("http")); 791ingress.WithPath("/", api.GetEndpoint("http"));
KubernetesPublisherTests.cs (1)
915ingress.WithPath("/api", api.GetEndpoint("http"));