Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.ClusterOrBuilder
-
Packages that use ClusterOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of ClusterOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ClusterOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Cluster,Cluster.Builder,ClusterOrBuilder>
Bootstrap.StaticResources.Builder. clustersBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ClusterOrBuilder Modifier and Type Method Description ClusterOrBuilder
Bootstrap.StaticResources.Builder. getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.ClusterOrBuilder
Bootstrap.StaticResources. getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.ClusterOrBuilder
Bootstrap.StaticResourcesOrBuilder. getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ClusterOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Cluster,Cluster.Builder,ClusterOrBuilder>
Bootstrap.StaticResources.Builder. getClustersFieldBuilder()
java.util.List<? extends ClusterOrBuilder>
Bootstrap.StaticResources.Builder. getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.java.util.List<? extends ClusterOrBuilder>
Bootstrap.StaticResources. getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.java.util.List<? extends ClusterOrBuilder>
Bootstrap.StaticResourcesOrBuilder. getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. -
Uses of ClusterOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement ClusterOrBuilder Modifier and Type Class Description class
Cluster
Configuration for a single upstream cluster.static class
Cluster.Builder
Configuration for a single upstream cluster.
-