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