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 Cluster
Bootstrap.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.Cluster
Bootstrap.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.Cluster
Bootstrap.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.Builder
Bootstrap.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.Builder
Bootstrap.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.Builder
Bootstrap.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.Builder
Bootstrap.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 Cluster
Cluster.Builder. build()
Cluster
Cluster.Builder. buildPartial()
static Cluster
Cluster. getDefaultInstance()
Cluster
Cluster.Builder. getDefaultInstanceForType()
Cluster
Cluster. getDefaultInstanceForType()
static Cluster
Cluster. parseDelimitedFrom(InputStream input)
static Cluster
Cluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(byte[] data)
static Cluster
Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(InputStream input)
static Cluster
Cluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(ByteBuffer data)
static Cluster
Cluster. 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.Builder
Cluster.Builder. mergeFrom(Cluster other)
static Cluster.Builder
Cluster. newBuilder(Cluster prototype)
-