Skip to main content

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

Indexable

[key: string]: any

Properties

backendRefs?

optional backendRefs: any[];

Defined in

src/lib/k8s/httpRoute.ts:13


matches?

optional matches: any[];

Defined in

src/lib/k8s/httpRoute.ts:14


name?

optional name: string;

Defined in

src/lib/k8s/httpRoute.ts:12