Tcp Route Rule
data class TcpRouteRule(val action: TcpRouteRuleAction, val matches: List<TcpRouteRuleMatch>? = null)
Properties
Link copied to clipboard
A detailed rule defining how to route traffic. Structure is documented below.
Link copied to clipboard
RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic. Structure is documented below.