| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
Bootstrap.DynamicResourcesOrBuilder.getCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_config.cluster.v3.Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
ConfigSource |
Bootstrap.DynamicResources.getCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_config.cluster.v3.Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
ConfigSource |
Bootstrap.DynamicResources.Builder.getCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_config.cluster.v3.Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
ConfigSource |
BootstrapOrBuilder.getConfigSources(int index)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
ConfigSource |
Bootstrap.getConfigSources(int index)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
ConfigSource |
Bootstrap.Builder.getConfigSources(int index)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
ConfigSource |
BootstrapOrBuilder.getDefaultConfigSource()
Default configuration source for xdstp:// URLs if all
other resolution fails.
|
ConfigSource |
Bootstrap.getDefaultConfigSource()
Default configuration source for xdstp:// URLs if all
other resolution fails.
|
ConfigSource |
Bootstrap.Builder.getDefaultConfigSource()
Default configuration source for xdstp:// URLs if all
other resolution fails.
|
ConfigSource |
Bootstrap.DynamicResourcesOrBuilder.getLdsConfig()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
ConfigSource |
Bootstrap.DynamicResources.getLdsConfig()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
ConfigSource |
Bootstrap.DynamicResources.Builder.getLdsConfig()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
ConfigSource |
RuntimeLayer.RtdsLayerOrBuilder.getRtdsConfig()
RTDS configuration source.
|
ConfigSource |
RuntimeLayer.RtdsLayer.getRtdsConfig()
RTDS configuration source.
|
ConfigSource |
RuntimeLayer.RtdsLayer.Builder.getRtdsConfig()
RTDS configuration source.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigSource> |
BootstrapOrBuilder.getConfigSourcesList()
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
List<ConfigSource> |
Bootstrap.getConfigSourcesList()
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
List<ConfigSource> |
Bootstrap.Builder.getConfigSourcesList()
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.addConfigSources(ConfigSource value)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
Bootstrap.Builder |
Bootstrap.Builder.addConfigSources(int index,
ConfigSource value)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
Bootstrap.DynamicResources.Builder |
Bootstrap.DynamicResources.Builder.mergeCdsConfig(ConfigSource value)
All post-bootstrap :ref:`Cluster <envoy_api_msg_config.cluster.v3.Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
Bootstrap.Builder |
Bootstrap.Builder.mergeDefaultConfigSource(ConfigSource value)
Default configuration source for xdstp:// URLs if all
other resolution fails.
|
Bootstrap.DynamicResources.Builder |
Bootstrap.DynamicResources.Builder.mergeLdsConfig(ConfigSource value)
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
RuntimeLayer.RtdsLayer.Builder |
RuntimeLayer.RtdsLayer.Builder.mergeRtdsConfig(ConfigSource value)
RTDS configuration source.
|
Bootstrap.DynamicResources.Builder |
Bootstrap.DynamicResources.Builder.setCdsConfig(ConfigSource value)
All post-bootstrap :ref:`Cluster <envoy_api_msg_config.cluster.v3.Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
Bootstrap.Builder |
Bootstrap.Builder.setConfigSources(int index,
ConfigSource value)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
Bootstrap.Builder |
Bootstrap.Builder.setDefaultConfigSource(ConfigSource value)
Default configuration source for xdstp:// URLs if all
other resolution fails.
|
Bootstrap.DynamicResources.Builder |
Bootstrap.DynamicResources.Builder.setLdsConfig(ConfigSource value)
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
RuntimeLayer.RtdsLayer.Builder |
RuntimeLayer.RtdsLayer.Builder.setRtdsConfig(ConfigSource value)
RTDS configuration source.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.Builder |
Bootstrap.Builder.addAllConfigSources(Iterable<? extends ConfigSource> values)
Configuration sources that will participate in
xdstp:// URL authority resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
Cluster.EdsClusterConfigOrBuilder.getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
ConfigSource |
Cluster.EdsClusterConfig.getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
ConfigSource |
Cluster.EdsClusterConfig.Builder.getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
ConfigSource |
Cluster.getLrsServer()
[#not-implemented-hide:]
If present, tells the client where to send load reports via LRS.
|
ConfigSource |
Cluster.Builder.getLrsServer()
[#not-implemented-hide:]
If present, tells the client where to send load reports via LRS.
|
ConfigSource |
ClusterOrBuilder.getLrsServer()
[#not-implemented-hide:]
If present, tells the client where to send load reports via LRS.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.EdsClusterConfig.Builder |
Cluster.EdsClusterConfig.Builder.mergeEdsConfig(ConfigSource value)
Configuration for the source of EDS updates for this Cluster.
|
Cluster.Builder |
Cluster.Builder.mergeLrsServer(ConfigSource value)
[#not-implemented-hide:]
If present, tells the client where to send load reports via LRS.
|
Cluster.EdsClusterConfig.Builder |
Cluster.EdsClusterConfig.Builder.setEdsConfig(ConfigSource value)
Configuration for the source of EDS updates for this Cluster.
|
Cluster.Builder |
Cluster.Builder.setLrsServer(ConfigSource value)
[#not-implemented-hide:]
If present, tells the client where to send load reports via LRS.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
ConfigSource.Builder.build() |
ConfigSource |
ConfigSource.Builder.buildPartial() |
ConfigSource |
ExtensionConfigSource.getConfigSource()
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } |
ConfigSource |
ExtensionConfigSource.Builder.getConfigSource()
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } |
ConfigSource |
ExtensionConfigSourceOrBuilder.getConfigSource()
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } |
static ConfigSource |
ConfigSource.getDefaultInstance() |
ConfigSource |
ConfigSource.getDefaultInstanceForType() |
ConfigSource |
ConfigSource.Builder.getDefaultInstanceForType() |
static ConfigSource |
ConfigSource.parseDelimitedFrom(InputStream input) |
static ConfigSource |
ConfigSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigSource |
ConfigSource.parseFrom(byte[] data) |
static ConfigSource |
ConfigSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigSource |
ConfigSource.parseFrom(ByteBuffer data) |
static ConfigSource |
ConfigSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigSource |
ConfigSource.parseFrom(com.google.protobuf.ByteString data) |
static ConfigSource |
ConfigSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigSource |
ConfigSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static ConfigSource |
ConfigSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigSource |
ConfigSource.parseFrom(InputStream input) |
static ConfigSource |
ConfigSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ConfigSource> |
ConfigSource.getParserForType() |
static com.google.protobuf.Parser<ConfigSource> |
ConfigSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionConfigSource.Builder |
ExtensionConfigSource.Builder.mergeConfigSource(ConfigSource value)
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } |
ConfigSource.Builder |
ConfigSource.Builder.mergeFrom(ConfigSource other) |
static ConfigSource.Builder |
ConfigSource.newBuilder(ConfigSource prototype) |
ExtensionConfigSource.Builder |
ExtensionConfigSource.Builder.setConfigSource(ConfigSource value)
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
Vhds.getConfigSource()
Configuration source specifier for VHDS.
|
ConfigSource |
Vhds.Builder.getConfigSource()
Configuration source specifier for VHDS.
|
ConfigSource |
VhdsOrBuilder.getConfigSource()
Configuration source specifier for VHDS.
|
| Modifier and Type | Method and Description |
|---|---|
Vhds.Builder |
Vhds.Builder.mergeConfigSource(ConfigSource value)
Configuration source specifier for VHDS.
|
Vhds.Builder |
Vhds.Builder.setConfigSource(ConfigSource value)
Configuration source specifier for VHDS.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
Rds.getConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
Rds.Builder.getConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
RdsOrBuilder.getConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
ScopedRoutes.getRdsConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
ScopedRoutes.Builder.getRdsConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
ScopedRoutesOrBuilder.getRdsConfigSource()
Configuration source specifier for RDS.
|
ConfigSource |
ScopedRdsOrBuilder.getScopedRdsConfigSource()
Configuration source specifier for scoped RDS.
|
ConfigSource |
ScopedRds.getScopedRdsConfigSource()
Configuration source specifier for scoped RDS.
|
ConfigSource |
ScopedRds.Builder.getScopedRdsConfigSource()
Configuration source specifier for scoped RDS.
|
| Modifier and Type | Method and Description |
|---|---|
Rds.Builder |
Rds.Builder.mergeConfigSource(ConfigSource value)
Configuration source specifier for RDS.
|
ScopedRoutes.Builder |
ScopedRoutes.Builder.mergeRdsConfigSource(ConfigSource value)
Configuration source specifier for RDS.
|
ScopedRds.Builder |
ScopedRds.Builder.mergeScopedRdsConfigSource(ConfigSource value)
Configuration source specifier for scoped RDS.
|
Rds.Builder |
Rds.Builder.setConfigSource(ConfigSource value)
Configuration source specifier for RDS.
|
ScopedRoutes.Builder |
ScopedRoutes.Builder.setRdsConfigSource(ConfigSource value)
Configuration source specifier for RDS.
|
ScopedRds.Builder |
ScopedRds.Builder.setScopedRdsConfigSource(ConfigSource value)
Configuration source specifier for scoped RDS.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
SdsSecretConfig.getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
ConfigSource |
SdsSecretConfig.Builder.getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
ConfigSource |
SdsSecretConfigOrBuilder.getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
| Modifier and Type | Method and Description |
|---|---|
SdsSecretConfig.Builder |
SdsSecretConfig.Builder.mergeSdsConfig(ConfigSource value)
.envoy.config.core.v3.ConfigSource sds_config = 2; |
SdsSecretConfig.Builder |
SdsSecretConfig.Builder.setSdsConfig(ConfigSource value)
.envoy.config.core.v3.ConfigSource sds_config = 2; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.