Skip to main content

Interface: GRPCRouteMatch

Defined in: lib/k8s/grpcRoute.ts:26

GRPCRouteMatch defines the predicate used to match requests to a given action.

See

https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GRPCRouteMatch Gateway API reference for GRPCRouteMatch

Properties

headers?

optional headers?: object[];

Defined in: lib/k8s/grpcRoute.ts:32

name

name: string;

type?

optional type?: string;

value

value: string;

method?

optional method?: object;

Defined in: lib/k8s/grpcRoute.ts:27

method?

optional method?: string;

service?

optional service?: string;

type?

optional type?: string;