18 references to WithPath
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesIngressTests.cs (2)
27
ingress.
WithPath
("/", api.GetEndpoint("http"));
146
ingress.
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)
28
ingress.
WithPath
("/api", api.GetEndpoint("http"));
103
ingress.
WithPath
("/api", api.GetEndpoint("http"));
144
ingress.
WithPath
("/api", api.GetEndpoint("http"));
261
ingress.
WithPath
("/", api.GetEndpoint("http"));
285
ingress.
WithPath
("/exact", api.GetEndpoint("http"), IngressPathType.Exact);
377
ingress.
WithPath
("/", api.GetEndpoint("http"));
415
ingress.
WithPath
("/", api.GetEndpoint("http"));
448
ingress.
WithPath
("/", api.GetEndpoint("http"));
528
publicIngress.
WithPath
("/", api.GetEndpoint("http"));
529
internalIngress.
WithPath
("/admin", admin.GetEndpoint("http"));
625
ingress.
WithPath
("no-leading-slash", api.GetEndpoint("http")));
666
ingress.
WithPath
("/", api.GetEndpoint("http"));
714
ingress.
WithPath
("/", api.GetEndpoint("http"));
KubernetesPublisherTests.cs (1)
787
ingress.
WithPath
("/api", api.GetEndpoint("http"));