Skip to content
DocsTry Aspire
DocsTry

HttpIngressRuleValueV1 Properties

ClassProperties1 member
Represents the HTTP ingress rule configuration for Kubernetes resources.
Gets the list of HTTP ingress paths for the current ingress rule.
public List<HttpIngressPathV1> Paths { get; }
Each path is represented by an instance of HttpIngressPathV1. These paths define the routing configuration for HTTP requests, including criteria for matching and the destination backend service or resource.