Uses of Class
io.envoyproxy.envoy.api.v2.core.ConfigSource.Builder
Packages that use ConfigSource.Builder
Package
Description
-
Uses of ConfigSource.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return ConfigSource.BuilderModifier and TypeMethodDescriptionVhds.Builder.getConfigSourceBuilder()Configuration source specifier for VHDS.Cluster.EdsClusterConfig.Builder.getEdsConfigBuilder()Configuration for the source of EDS updates for this Cluster.Cluster.Builder.getLrsServerBuilder()[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.Methods in io.envoyproxy.envoy.api.v2 with parameters of type ConfigSource.BuilderModifier and TypeMethodDescriptionVhds.Builder.setConfigSource(ConfigSource.Builder builderForValue) Configuration source specifier for VHDS.Cluster.EdsClusterConfig.Builder.setEdsConfig(ConfigSource.Builder builderForValue) Configuration for the source of EDS updates for this Cluster.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.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return ConfigSource.BuilderModifier and TypeMethodDescriptionSdsSecretConfig.Builder.getSdsConfigBuilder().envoy.api.v2.core.ConfigSource sds_config = 2;Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type ConfigSource.BuilderModifier and TypeMethodDescriptionSdsSecretConfig.Builder.setSdsConfig(ConfigSource.Builder builderForValue) .envoy.api.v2.core.ConfigSource sds_config = 2; -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return ConfigSource.BuilderModifier and TypeMethodDescriptionConfigSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConfigSource.Builder.clear()ConfigSource.Builder.clearAds()When set, ADS will be used to fetch resources.ConfigSource.Builder.clearApiConfigSource()API configuration source.ConfigSource.Builder.clearConfigSourceSpecifier()ConfigSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ConfigSource.Builder.clearPath()Path on the filesystem to source and watch for configuration updates.ConfigSource.Builder.clearResourceApiVersion()API version for xDS resources.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.clone()ConfigSource.Builder.mergeAds(AggregatedConfigSource value) When set, ADS will be used to fetch resources.ConfigSource.Builder.mergeApiConfigSource(ApiConfigSource value) API configuration source.ConfigSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConfigSource.Builder.mergeFrom(com.google.protobuf.Message other) ConfigSource.Builder.mergeFrom(ConfigSource other) 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.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.final ConfigSource.BuilderConfigSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ConfigSource.BuilderConfigSource.newBuilder()static ConfigSource.BuilderConfigSource.newBuilder(ConfigSource prototype) ConfigSource.newBuilderForType()protected ConfigSource.BuilderConfigSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ConfigSource.Builder.setAds(AggregatedConfigSource value) When set, ADS will be used to fetch resources.ConfigSource.Builder.setAds(AggregatedConfigSource.Builder builderForValue) When set, ADS will be used to fetch resources.ConfigSource.Builder.setApiConfigSource(ApiConfigSource value) API configuration source.ConfigSource.Builder.setApiConfigSource(ApiConfigSource.Builder builderForValue) API configuration source.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.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>`.Path on the filesystem to source and watch for configuration updates.ConfigSource.Builder.setPathBytes(com.google.protobuf.ByteString value) Path on the filesystem to source and watch for configuration updates.ConfigSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ConfigSource.Builder.setResourceApiVersion(ApiVersion value) API version for xDS resources.ConfigSource.Builder.setResourceApiVersionValue(int value) API version for xDS resources.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.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.final ConfigSource.BuilderConfigSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ConfigSource.toBuilder() -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return ConfigSource.BuilderModifier and TypeMethodDescriptionBootstrap.DynamicResources.Builder.getCdsConfigBuilder()All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.Bootstrap.DynamicResources.Builder.getLdsConfigBuilder()All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.RuntimeLayer.RtdsLayer.Builder.getRtdsConfigBuilder()RTDS configuration source.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type ConfigSource.BuilderModifier and TypeMethodDescriptionBootstrap.DynamicResources.Builder.setCdsConfig(ConfigSource.Builder builderForValue) All post-bootstrap :ref:`Cluster <envoy_api_msg_Cluster>` definitions are provided by a single :ref:`CDS <arch_overview_dynamic_config_cds>` configuration source.Bootstrap.DynamicResources.Builder.setLdsConfig(ConfigSource.Builder builderForValue) All :ref:`Listeners <envoy_api_msg_Listener>` are provided by a single :ref:`LDS <arch_overview_dynamic_config_lds>` configuration source.RuntimeLayer.RtdsLayer.Builder.setRtdsConfig(ConfigSource.Builder builderForValue) RTDS configuration source. -
Uses of ConfigSource.Builder in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2
Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return ConfigSource.BuilderModifier and TypeMethodDescriptionRds.Builder.getConfigSourceBuilder()Configuration source specifier for RDS.ScopedRoutes.Builder.getRdsConfigSourceBuilder()Configuration source specifier for RDS.ScopedRds.Builder.getScopedRdsConfigSourceBuilder()Configuration source specifier for scoped RDS.Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 with parameters of type ConfigSource.BuilderModifier and TypeMethodDescriptionRds.Builder.setConfigSource(ConfigSource.Builder builderForValue) Configuration source specifier for RDS.ScopedRoutes.Builder.setRdsConfigSource(ConfigSource.Builder builderForValue) Configuration source specifier for RDS.ScopedRds.Builder.setScopedRdsConfigSource(ConfigSource.Builder builderForValue) Configuration source specifier for scoped RDS.