GrpcRouteRule

data class GrpcRouteRule(val action: GrpcRouteRuleAction? = null, val matches: List<GrpcRouteRuleMatch>? = null)

Constructors

Link copied to clipboard
constructor(action: GrpcRouteRuleAction? = null, matches: List<GrpcRouteRuleMatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. A detailed rule defining how to route traffic. Structure is documented below.

Link copied to clipboard

Matches define conditions used for matching the rule against incoming gRPC requests. Structure is documented below.