2 instantiations of HttpIngressPathV1
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentResource.cs (2)
793rule.Http.Paths.Add(new HttpIngressPathV1 849new HttpIngressPathV1
2 references to HttpIngressPathV1
Aspire.Hosting.Kubernetes (2)
Resources\HTTPIngressRuleValueV1.cs (2)
23/// Each path is represented by an instance of <see cref="HttpIngressPathV1"/>. 28public List<HttpIngressPathV1> Paths { get; } = [];