public static interface Bootstrap.DynamicResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ApiConfigSource |
getAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally
specified.
|
ApiConfigSourceOrBuilder |
getAdsConfigOrBuilder()
A single :ref:`ADS <config_overview_ads>` source may be optionally
specified.
|
ConfigSource |
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.
|
ConfigSourceOrBuilder |
getCdsConfigOrBuilder()
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.
|
String |
getCdsResourcesLocator()
xdstp:// resource locator for cluster collection.
|
com.google.protobuf.ByteString |
getCdsResourcesLocatorBytes()
xdstp:// resource locator for cluster collection.
|
ConfigSource |
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.
|
ConfigSourceOrBuilder |
getLdsConfigOrBuilder()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
String |
getLdsResourcesLocator()
xdstp:// resource locator for listener collection.
|
com.google.protobuf.ByteString |
getLdsResourcesLocatorBytes()
xdstp:// resource locator for listener collection.
|
boolean |
hasAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally
specified.
|
boolean |
hasCdsConfig()
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.
|
boolean |
hasLdsConfig()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLdsConfig()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
.envoy.config.core.v3.ConfigSource lds_config = 1;ConfigSource 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.
.envoy.config.core.v3.ConfigSource lds_config = 1;ConfigSourceOrBuilder getLdsConfigOrBuilder()
All :ref:`Listeners <envoy_api_msg_config.listener.v3.Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
.envoy.config.core.v3.ConfigSource lds_config = 1;String getLdsResourcesLocator()
xdstp:// resource locator for listener collection. [#not-implemented-hide:]
string lds_resources_locator = 5;com.google.protobuf.ByteString getLdsResourcesLocatorBytes()
xdstp:// resource locator for listener collection. [#not-implemented-hide:]
string lds_resources_locator = 5;boolean hasCdsConfig()
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.
.envoy.config.core.v3.ConfigSource cds_config = 2;ConfigSource 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.
.envoy.config.core.v3.ConfigSource cds_config = 2;ConfigSourceOrBuilder getCdsConfigOrBuilder()
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.
.envoy.config.core.v3.ConfigSource cds_config = 2;String getCdsResourcesLocator()
xdstp:// resource locator for cluster collection. [#not-implemented-hide:]
string cds_resources_locator = 6;com.google.protobuf.ByteString getCdsResourcesLocatorBytes()
xdstp:// resource locator for cluster collection. [#not-implemented-hide:]
string cds_resources_locator = 6;boolean hasAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally specified. This must have :ref:`api_type <envoy_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_config.core.v3.ConfigSource>` that have the :ref:`ads <envoy_api_field_config.core.v3.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.config.core.v3.ApiConfigSource ads_config = 3;ApiConfigSource getAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally specified. This must have :ref:`api_type <envoy_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_config.core.v3.ConfigSource>` that have the :ref:`ads <envoy_api_field_config.core.v3.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.config.core.v3.ApiConfigSource ads_config = 3;ApiConfigSourceOrBuilder getAdsConfigOrBuilder()
A single :ref:`ADS <config_overview_ads>` source may be optionally specified. This must have :ref:`api_type <envoy_api_field_config.core.v3.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_config.core.v3.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_config.core.v3.ConfigSource>` that have the :ref:`ads <envoy_api_field_config.core.v3.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.config.core.v3.ApiConfigSource ads_config = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.