Uses of Class
io.envoyproxy.envoy.config.core.v3.ConfigSource.Builder
-
-
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.DynamicResources.Builder. cdsConfigBuilder_
private com.google.protobuf.RepeatedFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.Builder. configSourcesBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.Builder. defaultConfigSourceBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.DynamicResources.Builder. ldsConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
RuntimeLayer.RtdsLayer.Builder. rtdsConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
Bootstrap.Builder. addConfigSourcesBuilder()
Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSource.Builder
Bootstrap.Builder. addConfigSourcesBuilder(int index)
Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSource.Builder
Bootstrap.DynamicResources.Builder. getCdsConfigBuilder()
All post-bootstrap :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.ConfigSource.Builder
Bootstrap.Builder. getConfigSourcesBuilder(int index)
Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSource.Builder
Bootstrap.Builder. getDefaultConfigSourceBuilder()
Default configuration source for xdstp:// URLs if all other resolution fails.ConfigSource.Builder
Bootstrap.DynamicResources.Builder. getLdsConfigBuilder()
All :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.ConfigSource.Builder
RuntimeLayer.RtdsLayer.Builder. getRtdsConfigBuilder()
RTDS configuration source.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.DynamicResources.Builder. getCdsConfigFieldBuilder()
All post-bootstrap :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.java.util.List<ConfigSource.Builder>
Bootstrap.Builder. getConfigSourcesBuilderList()
Configuration sources that will participate in xdstp:// URL authority resolution.private com.google.protobuf.RepeatedFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.Builder. getConfigSourcesFieldBuilder()
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.Builder. getDefaultConfigSourceFieldBuilder()
Default configuration source for xdstp:// URLs if all other resolution fails.private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Bootstrap.DynamicResources.Builder. getLdsConfigFieldBuilder()
All :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
RuntimeLayer.RtdsLayer.Builder. getRtdsConfigFieldBuilder()
RTDS configuration source.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. addConfigSources(int index, ConfigSource.Builder builderForValue)
Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.Builder
Bootstrap.Builder. addConfigSources(ConfigSource.Builder builderForValue)
Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.DynamicResources.Builder
Bootstrap.DynamicResources.Builder. setCdsConfig(ConfigSource.Builder builderForValue)
All post-bootstrap :ref:`Cluster <envoy_v3_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.Builder builderForValue)
Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.Builder
Bootstrap.Builder. setDefaultConfigSource(ConfigSource.Builder builderForValue)
Default configuration source for xdstp:// URLs if all other resolution fails.Bootstrap.DynamicResources.Builder
Bootstrap.DynamicResources.Builder. setLdsConfig(ConfigSource.Builder builderForValue)
All :ref:`Listeners <envoy_v3_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.Builder builderForValue)
RTDS configuration source. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Cluster.EdsClusterConfig.Builder. edsConfigBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Cluster.Builder. lrsServerBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
Cluster.EdsClusterConfig.Builder. getEdsConfigBuilder()
Configuration for the source of EDS updates for this Cluster.ConfigSource.Builder
Cluster.Builder. getLrsServerBuilder()
[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Cluster.EdsClusterConfig.Builder. getEdsConfigFieldBuilder()
Configuration for the source of EDS updates for this Cluster.private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Cluster.Builder. getLrsServerFieldBuilder()
[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description Cluster.EdsClusterConfig.Builder
Cluster.EdsClusterConfig.Builder. setEdsConfig(ConfigSource.Builder builderForValue)
Configuration for the source of EDS updates for this Cluster.Cluster.Builder
Cluster.Builder. setLrsServer(ConfigSource.Builder builderForValue)
[#not-implemented-hide:] If present, tells the client where to send load reports via LRS. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ExtensionConfigSource.Builder. configSourceBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
ConfigSource.Builder. addAllAuthorities(java.lang.Iterable<? extends Authority> values)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. addAuthorities(int index, Authority value)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. addAuthorities(int index, Authority.Builder builderForValue)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. addAuthorities(Authority value)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. addAuthorities(Authority.Builder builderForValue)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. clear()
ConfigSource.Builder
ConfigSource.Builder. clearAds()
When set, ADS will be used to fetch resources.ConfigSource.Builder
ConfigSource.Builder. clearApiConfigSource()
API configuration source.ConfigSource.Builder
ConfigSource.Builder. clearAuthorities()
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. clearConfigSourceSpecifier()
ConfigSource.Builder
ConfigSource.Builder. clearInitialFetchTimeout()
When this timeout is specified, Envoy will wait no longer than the specified time for first config response on this xDS subscription during the :ref:`initialization process <arch_overview_initialization>`.ConfigSource.Builder
ConfigSource.Builder. clearPath()
Deprecated.envoy.config.core.v3.ConfigSource.path is deprecated.ConfigSource.Builder
ConfigSource.Builder. clearPathConfigSource()
Local filesystem path configuration source.ConfigSource.Builder
ConfigSource.Builder. clearResourceApiVersion()
API version for xDS resources.ConfigSource.Builder
ConfigSource.Builder. clearSelf()
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.ConfigSource.Builder
ExtensionConfigSource.Builder. getConfigSourceBuilder()
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ...
ConfigSource.Builder
ConfigSource.Builder. mergeAds(AggregatedConfigSource value)
When set, ADS will be used to fetch resources.ConfigSource.Builder
ConfigSource.Builder. mergeApiConfigSource(ApiConfigSource value)
API configuration source.ConfigSource.Builder
ConfigSource.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ConfigSource.Builder
ConfigSource.Builder. mergeFrom(com.google.protobuf.Message other)
ConfigSource.Builder
ConfigSource.Builder. mergeFrom(ConfigSource other)
ConfigSource.Builder
ConfigSource.Builder. mergeInitialFetchTimeout(com.google.protobuf.Duration value)
When this timeout is specified, Envoy will wait no longer than the specified time for first config response on this xDS subscription during the :ref:`initialization process <arch_overview_initialization>`.ConfigSource.Builder
ConfigSource.Builder. mergePathConfigSource(PathConfigSource value)
Local filesystem path configuration source.ConfigSource.Builder
ConfigSource.Builder. mergeSelf(SelfConfigSource value)
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.static ConfigSource.Builder
ConfigSource. newBuilder()
static ConfigSource.Builder
ConfigSource. newBuilder(ConfigSource prototype)
ConfigSource.Builder
ConfigSource. newBuilderForType()
protected ConfigSource.Builder
ConfigSource. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
ConfigSource.Builder
ConfigSource.Builder. removeAuthorities(int index)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. setAds(AggregatedConfigSource value)
When set, ADS will be used to fetch resources.ConfigSource.Builder
ConfigSource.Builder. setAds(AggregatedConfigSource.Builder builderForValue)
When set, ADS will be used to fetch resources.ConfigSource.Builder
ConfigSource.Builder. setApiConfigSource(ApiConfigSource value)
API configuration source.ConfigSource.Builder
ConfigSource.Builder. setApiConfigSource(ApiConfigSource.Builder builderForValue)
API configuration source.ConfigSource.Builder
ConfigSource.Builder. setAuthorities(int index, Authority value)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. setAuthorities(int index, Authority.Builder builderForValue)
Authorities that this config source may be used for.ConfigSource.Builder
ConfigSource.Builder. setInitialFetchTimeout(com.google.protobuf.Duration value)
When this timeout is specified, Envoy will wait no longer than the specified time for first config response on this xDS subscription during the :ref:`initialization process <arch_overview_initialization>`.ConfigSource.Builder
ConfigSource.Builder. setInitialFetchTimeout(com.google.protobuf.Duration.Builder builderForValue)
When this timeout is specified, Envoy will wait no longer than the specified time for first config response on this xDS subscription during the :ref:`initialization process <arch_overview_initialization>`.ConfigSource.Builder
ConfigSource.Builder. setPath(java.lang.String value)
Deprecated.envoy.config.core.v3.ConfigSource.path is deprecated.ConfigSource.Builder
ConfigSource.Builder. setPathBytes(com.google.protobuf.ByteString value)
Deprecated.envoy.config.core.v3.ConfigSource.path is deprecated.ConfigSource.Builder
ConfigSource.Builder. setPathConfigSource(PathConfigSource value)
Local filesystem path configuration source.ConfigSource.Builder
ConfigSource.Builder. setPathConfigSource(PathConfigSource.Builder builderForValue)
Local filesystem path configuration source.ConfigSource.Builder
ConfigSource.Builder. setResourceApiVersion(ApiVersion value)
API version for xDS resources.ConfigSource.Builder
ConfigSource.Builder. setResourceApiVersionValue(int value)
API version for xDS resources.ConfigSource.Builder
ConfigSource.Builder. setSelf(SelfConfigSource value)
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.ConfigSource.Builder
ConfigSource.Builder. setSelf(SelfConfigSource.Builder builderForValue)
[#not-implemented-hide:] When set, the client will access the resources from the same server it got the ConfigSource from, although not necessarily from the same stream.ConfigSource.Builder
ConfigSource. toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ExtensionConfigSource.Builder. getConfigSourceFieldBuilder()
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ...
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description ExtensionConfigSource.Builder
ExtensionConfigSource.Builder. setConfigSource(ConfigSource.Builder builderForValue)
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ...
-
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
LedsClusterLocalityConfig.Builder. ledsConfigBuilder_
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
LedsClusterLocalityConfig.Builder. getLedsConfigBuilder()
Configuration for the source of LEDS updates for a Locality.Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
LedsClusterLocalityConfig.Builder. getLedsConfigFieldBuilder()
Configuration for the source of LEDS updates for a Locality.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description LedsClusterLocalityConfig.Builder
LedsClusterLocalityConfig.Builder. setLedsConfig(ConfigSource.Builder builderForValue)
Configuration for the source of LEDS updates for a Locality. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Vhds.Builder. configSourceBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
Vhds.Builder. getConfigSourceBuilder()
Configuration source specifier for VHDS.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Vhds.Builder. getConfigSourceFieldBuilder()
Configuration source specifier for VHDS.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description Vhds.Builder
Vhds.Builder. setConfigSource(ConfigSource.Builder builderForValue)
Configuration source specifier for VHDS. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Rds.Builder. configSourceBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ScopedRoutes.Builder. rdsConfigSourceBuilder_
private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ScopedRds.Builder. scopedRdsConfigSourceBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
Rds.Builder. getConfigSourceBuilder()
Configuration source specifier for RDS.ConfigSource.Builder
ScopedRoutes.Builder. getRdsConfigSourceBuilder()
Configuration source specifier for RDS.ConfigSource.Builder
ScopedRds.Builder. getScopedRdsConfigSourceBuilder()
Configuration source specifier for scoped RDS.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
Rds.Builder. getConfigSourceFieldBuilder()
Configuration source specifier for RDS.private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ScopedRoutes.Builder. getRdsConfigSourceFieldBuilder()
Configuration source specifier for RDS.private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
ScopedRds.Builder. getScopedRdsConfigSourceFieldBuilder()
Configuration source specifier for scoped RDS.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description Rds.Builder
Rds.Builder. setConfigSource(ConfigSource.Builder builderForValue)
Configuration source specifier for RDS.ScopedRoutes.Builder
ScopedRoutes.Builder. setRdsConfigSource(ConfigSource.Builder builderForValue)
Configuration source specifier for RDS.ScopedRds.Builder
ScopedRds.Builder. setScopedRdsConfigSource(ConfigSource.Builder builderForValue)
Configuration source specifier for scoped RDS. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type ConfigSource.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
SdsSecretConfig.Builder. sdsConfigBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return ConfigSource.Builder Modifier and Type Method Description ConfigSource.Builder
SdsSecretConfig.Builder. getSdsConfigBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2;
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type ConfigSource.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ConfigSource,ConfigSource.Builder,ConfigSourceOrBuilder>
SdsSecretConfig.Builder. getSdsConfigFieldBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2;
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type ConfigSource.Builder Modifier and Type Method Description SdsSecretConfig.Builder
SdsSecretConfig.Builder. setSdsConfig(ConfigSource.Builder builderForValue)
.envoy.config.core.v3.ConfigSource sds_config = 2;
-