Module google_api_proto::google::cloud::networkservices::v1::grpc_route
source · Expand description
Nested message and enum types in GrpcRoute
.
Modules§
- Nested message and enum types in
Destination
. - Nested message and enum types in
FaultInjectionPolicy
. - Nested message and enum types in
HeaderMatch
. - Nested message and enum types in
MethodMatch
.
Structs§
- The destination to which traffic will be routed.
- The specification for fault injection introduced into traffic to test the resiliency of clients to destination service failure. As part of fault injection, when clients send requests to a destination, delays can be introduced on a percentage of requests before sending those requests to the destination service. Similarly requests from clients can be aborted by for a percentage of requests.
- A match against a collection of headers.
- Specifies a match against a method.
- The specifications for retries.
- Specifies how to route matched traffic.
- Criteria for matching traffic. A RouteMatch will be considered to match when all supplied fields match.
- Describes how to route traffic.