Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for the route match action. [#next-free-field: 8]
The name of the route action. This should be unique across all route actions.
Indicates the upstream cluster to which the request should be routed.
[#not-implemented-hide:] Multiple upstream clusters can be specified for a given route. The request is routed to one of the upstream clusters based on weights assigned to each cluster. Currently ClusterWeight only supports the name and weight fields.
Route metadata.
Route level config for L7 generic filters. The key should be the related :ref:`extension name <envoy_v3_api_field_config.core.v3.TypedExtensionConfig.name>` in the :ref:`generic filters <envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.filters>`.
Specifies the upstream timeout for the route. If not specified, the default is 15s. This spans between the point at which the entire downstream request (i.e. end-of-stream) has been processed and when the upstream response has been completely processed. A value of 0 will disable the route's timeout.
Specifies the retry policy for the route. If not specified, then no retries will be performed. .. note:: Only simplest retry policy is supported and only ``num_retries`` field is used for generic proxy. The default value for ``num_retries`` is 1 means that the request will be tried once and no additional retries will be performed.