lib/k8s/httpRoute
Index
Classes
| Class | Description |
|---|---|
| HTTPRoute | - |
Interfaces
| Interface | Description |
|---|---|
| HTTPRouteRule | HTTPRouteRule defines semantics for matching an HTTP request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs). |
| KubeHTTPRoute | HTTPRoute is a Gateway API type for specifying routing behavior of HTTP requests from a Gateway listener to an API object, i.e. Service. |