2 instantiations of IngressPathConfig
Aspire.Hosting.Kubernetes (2)
KubernetesIngressExtensions.cs (2)
133
builder.Resource.Paths.Add(new
IngressPathConfig
(
177
builder.Resource.Paths.Add(new
IngressPathConfig
(
3 references to IngressPathConfig
Aspire.Hosting.Kubernetes (3)
KubernetesEnvironmentResource.cs (2)
715
foreach (
var
path in ingressResource.Paths)
767
foreach (
var
pathRule in hostGroup)
KubernetesIngressResource.cs (1)
64
internal List<
IngressPathConfig
> Paths { get; } = [];