Skip to main content

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​

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