Interface: HTTPRouteRule
Defined in: lib/k8s/httpRoute.ts:28
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: lib/k8s/httpRoute.ts:30
matches?
optional matches?: any[];
Defined in: lib/k8s/httpRoute.ts:31
name?
optional name?: string;
Defined in: lib/k8s/httpRoute.ts:29