public static interface BootstrapOuterClass.Bootstrap.DynamicResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceOuterClass.ApiConfigSource |
getAdsConfig()
A single :ref:`ADS <config_overview_v2_ads>` source may be optionally
specified.
|
ConfigSourceOuterClass.ApiConfigSourceOrBuilder |
getAdsConfigOrBuilder()
A single :ref:`ADS <config_overview_v2_ads>` source may be optionally
specified.
|
ConfigSourceOuterClass.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.
|
ConfigSourceOuterClass.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.
|
BootstrapOuterClass.Bootstrap.DynamicResources.DeprecatedV1 |
getDeprecatedV1()
Deprecated.
|
BootstrapOuterClass.Bootstrap.DynamicResources.DeprecatedV1OrBuilder |
getDeprecatedV1OrBuilder()
Deprecated.
|
ConfigSourceOuterClass.ConfigSource |
getLdsConfig()
All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single
:ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.
|
ConfigSourceOuterClass.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_v2_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 |
hasDeprecatedV1()
Deprecated.
|
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;ConfigSourceOuterClass.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;ConfigSourceOuterClass.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;ConfigSourceOuterClass.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;ConfigSourceOuterClass.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_v2_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;ConfigSourceOuterClass.ApiConfigSource getAdsConfig()
A single :ref:`ADS <config_overview_v2_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;ConfigSourceOuterClass.ApiConfigSourceOrBuilder getAdsConfigOrBuilder()
A single :ref:`ADS <config_overview_v2_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;@Deprecated boolean hasDeprecatedV1()
[#not-implemented-hide:] Hide from docs.
.envoy.config.bootstrap.v2.Bootstrap.DynamicResources.DeprecatedV1 deprecated_v1 = 4 [deprecated = true];@Deprecated BootstrapOuterClass.Bootstrap.DynamicResources.DeprecatedV1 getDeprecatedV1()
[#not-implemented-hide:] Hide from docs.
.envoy.config.bootstrap.v2.Bootstrap.DynamicResources.DeprecatedV1 deprecated_v1 = 4 [deprecated = true];@Deprecated BootstrapOuterClass.Bootstrap.DynamicResources.DeprecatedV1OrBuilder getDeprecatedV1OrBuilder()
[#not-implemented-hide:] Hide from docs.
.envoy.config.bootstrap.v2.Bootstrap.DynamicResources.DeprecatedV1 deprecated_v1 = 4 [deprecated = true];Copyright © 2018 The Envoy Project. All rights reserved.