Generic Proxy Route Action Configuration (proto)

Warning

This API feature is currently work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the threat model, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points.

extensions.filters.network.generic_proxy.action.v3.RouteAction

[extensions.filters.network.generic_proxy.action.v3.RouteAction proto]

Configuration for the route match action.

{
  "cluster": ...,
  "metadata": {...},
  "per_filter_config": {...}
}
cluster

(string, REQUIRED) Indicates the upstream cluster to which the request should be routed.

metadata

(config.core.v3.Metadata) Route metadata.

per_filter_config

(repeated map<string, Any>) Route level config for L7 generic filters. The key should be the related extension name in the generic filters.