Skip to main content

lib/k8s/grpcRoute

Classes

ClassDescription
GRPCRoute-

Interfaces

InterfaceDescription
GRPCRouteMatchGRPCRouteMatch defines the predicate used to match requests to a given action.
GRPCRouteRuleGRPCRouteRule defines semantics for matching a gRPC request based on conditions (matches), processing it (filters), and forwarding the request to an API object (backendRefs).
KubeGRPCRouteGRPCRoute is a Gateway API type for specifying routing behavior of gRPC requests from a Gateway listener to an API object, i.e. Service.