HTTPIngressPath [api_object]ai-synthesized · conf 0.82
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
networking
Represents a path in an Ingress resource that can be used to map incoming requests to a backend service.
Why it matters Allows for routing of HTTP requests based on URL paths to specific services within the cluster.
Key facts - Defined by io.k8s.api.networking.v1.HTTPIngressPath in the Kubernetes API - Maps incoming requests to a backend service
Sources
swagger.json — “io.k8s.api.networking.v1.HTTPIngressPath”