Uses of Interface
io.envoyproxy.envoy.api.v2.ClusterOrBuilder
-
Packages that use ClusterOrBuilder Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.config.bootstrap.v2 -
-
Uses of ClusterOrBuilder in io.envoyproxy.envoy.api.v2
Classes in io.envoyproxy.envoy.api.v2 that implement ClusterOrBuilder Modifier and Type Class Description classClusterConfiguration for a single upstream cluster.static classCluster.BuilderConfiguration for a single upstream cluster. -
Uses of ClusterOrBuilder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return ClusterOrBuilder Modifier and Type Method Description ClusterOrBuilderBootstrap.StaticResources.Builder. getClustersOrBuilder(int index)If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.ClusterOrBuilderBootstrap.StaticResources. getClustersOrBuilder(int index)If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.ClusterOrBuilderBootstrap.StaticResourcesOrBuilder. getClustersOrBuilder(int index)If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.v2 that return types with arguments of type ClusterOrBuilder Modifier and Type Method Description List<? extends ClusterOrBuilder>Bootstrap.StaticResources.Builder. getClustersOrBuilderList()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.List<? extends ClusterOrBuilder>Bootstrap.StaticResources. getClustersOrBuilderList()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.List<? extends ClusterOrBuilder>Bootstrap.StaticResourcesOrBuilder. getClustersOrBuilderList()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.
-