Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.ClusterManagerOrBuilder
-
Packages that use ClusterManagerOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of ClusterManagerOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement ClusterManagerOrBuilder Modifier and Type Class Description class
ClusterManager
Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`.static class
ClusterManager.Builder
Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`.Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ClusterManagerOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ClusterManager,ClusterManager.Builder,ClusterManagerOrBuilder>
Bootstrap.Builder. clusterManagerBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ClusterManagerOrBuilder Modifier and Type Method Description ClusterManagerOrBuilder
Bootstrap.Builder. getClusterManagerOrBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.ClusterManagerOrBuilder
Bootstrap. getClusterManagerOrBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.ClusterManagerOrBuilder
BootstrapOrBuilder. getClusterManagerOrBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ClusterManagerOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ClusterManager,ClusterManager.Builder,ClusterManagerOrBuilder>
Bootstrap.Builder. getClusterManagerFieldBuilder()
Configuration for the cluster manager which owns all upstream clusters within the server.
-