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_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_Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
ConfigSource |
getLdsConfig()
All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
ConfigSourceOrBuilder |
getLdsConfigOrBuilder()
All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
boolean |
hasAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally
specified.
|
boolean |
hasCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are
provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>`
configuration source.
|
boolean |
hasLdsConfig()
All :ref:`Listeners <envoy_api_msg_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_Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
.envoy.api.v2.core.ConfigSource lds_config = 1;ConfigSource getLdsConfig()
All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
.envoy.api.v2.core.ConfigSource lds_config = 1;ConfigSourceOrBuilder getLdsConfigOrBuilder()
All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
.envoy.api.v2.core.ConfigSource lds_config = 1;boolean hasCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.
.envoy.api.v2.core.ConfigSource cds_config = 2;ConfigSource getCdsConfig()
All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.
.envoy.api.v2.core.ConfigSource cds_config = 2;ConfigSourceOrBuilder getCdsConfigOrBuilder()
All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.
.envoy.api.v2.core.ConfigSource cds_config = 2;boolean hasAdsConfig()
A single :ref:`ADS <config_overview_ads>` source may be optionally specified. This must have :ref:`api_type <envoy_api_field_core.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_core.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_core.ConfigSource>` that have the :ref:`ads <envoy_api_field_core.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.api.v2.core.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_core.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_core.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_core.ConfigSource>` that have the :ref:`ads <envoy_api_field_core.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.api.v2.core.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_core.ApiConfigSource.api_type>` :ref:`GRPC <envoy_api_enum_value_core.ApiConfigSource.ApiType.GRPC>`. Only :ref:`ConfigSources <envoy_api_msg_core.ConfigSource>` that have the :ref:`ads <envoy_api_field_core.ConfigSource.ads>` field set will be streamed on the ADS channel.
.envoy.api.v2.core.ApiConfigSource ads_config = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.