2 instantiations of HttpIngressPathV1
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentResource.cs (2)
793
rule.Http.Paths.Add(new
HttpIngressPathV1
849
new
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
"/>.
28
public List<
HttpIngressPathV1
> Paths { get; } = [];