Uses of Interface
io.envoyproxy.envoy.config.route.v3.RateLimit.Action.DestinationClusterOrBuilder
Packages that use RateLimit.Action.DestinationClusterOrBuilder
-
Uses of RateLimit.Action.DestinationClusterOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RateLimit.Action.DestinationClusterOrBuilderModifier and TypeClassDescriptionstatic final classThe following descriptor entry is appended to the descriptor: .. code-block:: cpp ("destination_cluster", "<routed target cluster>") Once a request matches against a route table rule, a routed cluster is determined by one of the following :ref:`route table configuration <envoy_v3_api_msg_config.route.v3.RouteConfiguration>` settings: * :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` indicates the upstream cluster to route to. * :ref:`weighted_clusters <envoy_v3_api_field_config.route.v3.RouteAction.weighted_clusters>` chooses a cluster randomly from a set of clusters with attributed weight. * :ref:`cluster_header <envoy_v3_api_field_config.route.v3.RouteAction.cluster_header>` indicates which header in the request contains the target cluster.static final classThe following descriptor entry is appended to the descriptor: .. code-block:: cpp ("destination_cluster", "<routed target cluster>") Once a request matches against a route table rule, a routed cluster is determined by one of the following :ref:`route table configuration <envoy_v3_api_msg_config.route.v3.RouteConfiguration>` settings: * :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` indicates the upstream cluster to route to. * :ref:`weighted_clusters <envoy_v3_api_field_config.route.v3.RouteAction.weighted_clusters>` chooses a cluster randomly from a set of clusters with attributed weight. * :ref:`cluster_header <envoy_v3_api_field_config.route.v3.RouteAction.cluster_header>` indicates which header in the request contains the target cluster.Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.Action.DestinationClusterOrBuilderModifier and TypeMethodDescriptionRateLimit.Action.Builder.getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimit.Action.getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimit.ActionOrBuilder.getDestinationClusterOrBuilder()Rate limit on destination cluster.