Uses of Interface
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedClusterOrBuilder
-
Packages that use TcpProxy.WeightedClusterOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 -
-
Uses of TcpProxy.WeightedClusterOrBuilder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Classes in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that implement TcpProxy.WeightedClusterOrBuilder Modifier and Type Class Description static classTcpProxy.WeightedClusterAllows for specification of multiple upstream clusters along with weights that indicate the percentage of traffic to be forwarded to each cluster.static classTcpProxy.WeightedCluster.BuilderAllows for specification of multiple upstream clusters along with weights that indicate the percentage of traffic to be forwarded to each cluster.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TcpProxy.WeightedClusterOrBuilder Modifier and Type Method Description TcpProxy.WeightedClusterOrBuilderTcpProxy.Builder. getWeightedClustersOrBuilder()Multiple upstream clusters can be specified for a given route.TcpProxy.WeightedClusterOrBuilderTcpProxy. getWeightedClustersOrBuilder()Multiple upstream clusters can be specified for a given route.TcpProxy.WeightedClusterOrBuilderTcpProxyOrBuilder. getWeightedClustersOrBuilder()Multiple upstream clusters can be specified for a given route.
-