5 references to Paths
Aspire.Hosting.Kubernetes (5)
KubernetesEnvironmentResource.cs (2)
743
foreach (var path in ingressResource.
Paths
)
791
foreach (var path in ingressResource.
Paths
)
KubernetesIngressExtensions.cs (2)
134
builder.Resource.
Paths
.Add(new IngressPathConfig(
178
builder.Resource.
Paths
.Add(new IngressPathConfig(
KubernetesIngressResource.cs (1)
94
internal bool ShouldMaterialize =>
Paths
.Count > 0 || DefaultBackend is not null;