Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster
-
Packages that use Cluster Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Cluster Modifier and Type Method Description ClusterBootstrap.StaticResources.Builder. getClusters(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.ClusterBootstrap.StaticResources. getClusters(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.ClusterBootstrap.StaticResourcesOrBuilder. getClusters(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 Cluster Modifier and Type Method Description List<Cluster>Bootstrap.StaticResources.Builder. getClustersList()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.List<Cluster>Bootstrap.StaticResources. getClustersList()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.List<Cluster>Bootstrap.StaticResourcesOrBuilder. getClustersList()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 with parameters of type Cluster Modifier and Type Method Description Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addClusters(int index, Cluster value)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.Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addClusters(Cluster value)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.Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. setClusters(int index, Cluster value)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.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type Cluster Modifier and Type Method Description Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addAllClusters(Iterable<? extends Cluster> values)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 Cluster in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster Modifier and Type Method Description ClusterCluster.Builder. build()ClusterCluster.Builder. buildPartial()static ClusterCluster. getDefaultInstance()ClusterCluster.Builder. getDefaultInstanceForType()ClusterCluster. getDefaultInstanceForType()static ClusterCluster. parseDelimitedFrom(InputStream input)static ClusterCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(byte[] data)static ClusterCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(InputStream input)static ClusterCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(ByteBuffer data)static ClusterCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster Modifier and Type Method Description com.google.protobuf.Parser<Cluster>Cluster. getParserForType()static com.google.protobuf.Parser<Cluster>Cluster. parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster Modifier and Type Method Description Cluster.BuilderCluster.Builder. mergeFrom(Cluster other)static Cluster.BuilderCluster. newBuilder(Cluster prototype)
-