HTTPIngressRuleValue [api_object]ai-synthesized · conf 0.82
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
networking
Represents a rule for matching HTTP requests against a backend service.
Why it matters Enables the specification of conditions under which an Ingress resource should be applied to incoming requests.
Key facts - Defined by io.k8s.api.networking.v1.HTTPIngressRuleValue in the Kubernetes API - Specifies conditions for applying an Ingress resource
Sources
swagger.json — “io.k8s.api.networking.v1.HTTPIngressRuleValue”