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