| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.bootstrap.v3 | |
| io.envoyproxy.envoy.config.cluster.v3 |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Bootstrap.StaticResourcesOrBuilder.getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config
<envoy_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_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.Builder.getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config
<envoy_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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
Bootstrap.StaticResourcesOrBuilder.getClustersList()
If a network based configuration source is specified for :ref:`cds_config
<envoy_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_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.Builder.getClustersList()
If a network based configuration source is specified for :ref:`cds_config
<envoy_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.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.StaticResources.Builder |
Bootstrap.StaticResources.Builder.addClusters(Cluster value)
If a network based configuration source is specified for :ref:`cds_config
<envoy_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(int index,
Cluster value)
If a network based configuration source is specified for :ref:`cds_config
<envoy_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_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.
|
| Modifier and Type | Method and 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_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.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.Builder.build() |
Cluster |
Cluster.Builder.buildPartial() |
static Cluster |
Cluster.getDefaultInstance() |
Cluster |
Cluster.getDefaultInstanceForType() |
Cluster |
Cluster.Builder.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(ByteBuffer data) |
static Cluster |
Cluster.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Cluster> |
Cluster.getParserForType() |
static com.google.protobuf.Parser<Cluster> |
Cluster.parser() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.mergeFrom(Cluster other) |
static Cluster.Builder |
Cluster.newBuilder(Cluster prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.