2 instantiations of IngressPathConfig
Aspire.Hosting.Kubernetes (2)
KubernetesIngressExtensions.cs (2)
134
builder.Resource.Paths.Add(new
IngressPathConfig
(
178
builder.Resource.Paths.Add(new
IngressPathConfig
(
6 references to IngressPathConfig
Aspire.Hosting.Kubernetes (6)
KubernetesEnvironmentResource.cs (5)
743
foreach (
var
path in ingressResource.Paths)
789
var pathsByHost = new Dictionary<string, List<
IngressPathConfig
>>();
791
foreach (
var
path in ingressResource.Paths)
818
foreach (
var
pathRule in paths)
914
void AddPathForHost(string host,
IngressPathConfig
path)
KubernetesIngressResource.cs (1)
64
internal List<
IngressPathConfig
> Paths { get; } = [];