Interface: 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).
See
- https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteRule Gateway API reference for HTTPRouteRule
- https://gateway-api.sigs.k8s.io/api-types/httproute/#rules Gateway API definition for HTTPRouteRule
Indexable
[key
: string
]: any
Properties
backendRefs?
optional backendRefs: any[];
Defined in
matches?
optional matches: any[];
Defined in
name?
optional name: string;