HttpIngressRuleValueV1 Properties
Class Properties 1 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; }Remarks
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.