Uses of Class
io.envoyproxy.envoy.config.core.v3.ConfigSource
-
-
Uses of ConfigSource in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceBootstrap.DynamicResources.Builder. getCdsConfig()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.ConfigSourceBootstrap.DynamicResources. getCdsConfig()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.ConfigSourceBootstrap.DynamicResourcesOrBuilder. getCdsConfig()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.ConfigSourceBootstrap.Builder. getConfigSources(int index)Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSourceBootstrap. getConfigSources(int index)Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSourceBootstrapOrBuilder. getConfigSources(int index)Configuration sources that will participate in xdstp:// URL authority resolution.ConfigSourceBootstrap.Builder. getDefaultConfigSource()Default configuration source for xdstp:// URLs if all other resolution fails.ConfigSourceBootstrap. getDefaultConfigSource()Default configuration source for xdstp:// URLs if all other resolution fails.ConfigSourceBootstrapOrBuilder. getDefaultConfigSource()Default configuration source for xdstp:// URLs if all other resolution fails.ConfigSourceBootstrap.DynamicResources.Builder. getLdsConfig()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.ConfigSourceBootstrap.DynamicResources. getLdsConfig()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.ConfigSourceBootstrap.DynamicResourcesOrBuilder. getLdsConfig()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.ConfigSourceRuntimeLayer.RtdsLayer.Builder. getRtdsConfig()RTDS configuration source.ConfigSourceRuntimeLayer.RtdsLayer. getRtdsConfig()RTDS configuration source.ConfigSourceRuntimeLayer.RtdsLayerOrBuilder. getRtdsConfig()RTDS configuration source.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ConfigSource Modifier and Type Method Description List<ConfigSource>Bootstrap.Builder. getConfigSourcesList()Configuration sources that will participate in xdstp:// URL authority resolution.List<ConfigSource>Bootstrap. getConfigSourcesList()Configuration sources that will participate in xdstp:// URL authority resolution.List<ConfigSource>BootstrapOrBuilder. getConfigSourcesList()Configuration sources that will participate in xdstp:// URL authority resolution.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type ConfigSource Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addConfigSources(int index, ConfigSource value)Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.BuilderBootstrap.Builder. addConfigSources(ConfigSource value)Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.DynamicResources.BuilderBootstrap.DynamicResources.Builder. mergeCdsConfig(ConfigSource value)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.BuilderBootstrap.Builder. mergeDefaultConfigSource(ConfigSource value)Default configuration source for xdstp:// URLs if all other resolution fails.Bootstrap.DynamicResources.BuilderBootstrap.DynamicResources.Builder. mergeLdsConfig(ConfigSource value)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.BuilderRuntimeLayer.RtdsLayer.Builder. mergeRtdsConfig(ConfigSource value)RTDS configuration source.Bootstrap.DynamicResources.BuilderBootstrap.DynamicResources.Builder. setCdsConfig(ConfigSource value)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.BuilderBootstrap.Builder. setConfigSources(int index, ConfigSource value)Configuration sources that will participate in xdstp:// URL authority resolution.Bootstrap.BuilderBootstrap.Builder. setDefaultConfigSource(ConfigSource value)Default configuration source for xdstp:// URLs if all other resolution fails.Bootstrap.DynamicResources.BuilderBootstrap.DynamicResources.Builder. setLdsConfig(ConfigSource value)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.BuilderRuntimeLayer.RtdsLayer.Builder. setRtdsConfig(ConfigSource value)RTDS configuration source.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type ConfigSource Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addAllConfigSources(Iterable<? extends ConfigSource> values)Configuration sources that will participate in xdstp:// URL authority resolution. -
Uses of ConfigSource in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceCluster.EdsClusterConfig.Builder. getEdsConfig()Configuration for the source of EDS updates for this Cluster.ConfigSourceCluster.EdsClusterConfig. getEdsConfig()Configuration for the source of EDS updates for this Cluster.ConfigSourceCluster.EdsClusterConfigOrBuilder. getEdsConfig()Configuration for the source of EDS updates for this Cluster.ConfigSourceCluster.Builder. getLrsServer()[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.ConfigSourceCluster. getLrsServer()[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.ConfigSourceClusterOrBuilder. getLrsServer()[#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 Modifier and Type Method Description Cluster.EdsClusterConfig.BuilderCluster.EdsClusterConfig.Builder. mergeEdsConfig(ConfigSource value)Configuration for the source of EDS updates for this Cluster.Cluster.BuilderCluster.Builder. mergeLrsServer(ConfigSource value)[#not-implemented-hide:] If present, tells the client where to send load reports via LRS.Cluster.EdsClusterConfig.BuilderCluster.EdsClusterConfig.Builder. setEdsConfig(ConfigSource value)Configuration for the source of EDS updates for this Cluster.Cluster.BuilderCluster.Builder. setLrsServer(ConfigSource value)[#not-implemented-hide:] If present, tells the client where to send load reports via LRS. -
Uses of ConfigSource in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceConfigSource.Builder. build()ConfigSourceConfigSource.Builder. buildPartial()ConfigSourceExtensionConfigSource.Builder. getConfigSource().envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceExtensionConfigSource. getConfigSource().envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceExtensionConfigSourceOrBuilder. getConfigSource().envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }static ConfigSourceConfigSource. getDefaultInstance()ConfigSourceConfigSource.Builder. getDefaultInstanceForType()ConfigSourceConfigSource. getDefaultInstanceForType()static ConfigSourceConfigSource. parseDelimitedFrom(InputStream input)static ConfigSourceConfigSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(byte[] data)static ConfigSourceConfigSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.ByteString data)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.CodedInputStream input)static ConfigSourceConfigSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(InputStream input)static ConfigSourceConfigSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigSourceConfigSource. parseFrom(ByteBuffer data)static ConfigSourceConfigSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ConfigSource Modifier and Type Method Description com.google.protobuf.Parser<ConfigSource>ConfigSource. getParserForType()static com.google.protobuf.Parser<ConfigSource>ConfigSource. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ConfigSource Modifier and Type Method Description ExtensionConfigSource.BuilderExtensionConfigSource.Builder. mergeConfigSource(ConfigSource value).envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSource.BuilderConfigSource.Builder. mergeFrom(ConfigSource other)static ConfigSource.BuilderConfigSource. newBuilder(ConfigSource prototype)ExtensionConfigSource.BuilderExtensionConfigSource.Builder. setConfigSource(ConfigSource value).envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } -
Uses of ConfigSource in io.envoyproxy.envoy.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceLedsClusterLocalityConfig.Builder. getLedsConfig()Configuration for the source of LEDS updates for a Locality.ConfigSourceLedsClusterLocalityConfig. getLedsConfig()Configuration for the source of LEDS updates for a Locality.ConfigSourceLedsClusterLocalityConfigOrBuilder. getLedsConfig()Configuration for the source of LEDS updates for a Locality.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type ConfigSource Modifier and Type Method Description LedsClusterLocalityConfig.BuilderLedsClusterLocalityConfig.Builder. mergeLedsConfig(ConfigSource value)Configuration for the source of LEDS updates for a Locality.LedsClusterLocalityConfig.BuilderLedsClusterLocalityConfig.Builder. setLedsConfig(ConfigSource value)Configuration for the source of LEDS updates for a Locality. -
Uses of ConfigSource in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceVhds.Builder. getConfigSource()Configuration source specifier for VHDS.ConfigSourceVhds. getConfigSource()Configuration source specifier for VHDS.ConfigSourceVhdsOrBuilder. getConfigSource()Configuration source specifier for VHDS.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type ConfigSource Modifier and Type Method Description Vhds.BuilderVhds.Builder. mergeConfigSource(ConfigSource value)Configuration source specifier for VHDS.Vhds.BuilderVhds.Builder. setConfigSource(ConfigSource value)Configuration source specifier for VHDS. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.http.on_demand.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.on_demand.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceOnDemandCds.Builder. getSource()A configuration source for the service that will be used for on-demand cluster discovery.ConfigSourceOnDemandCds. getSource()A configuration source for the service that will be used for on-demand cluster discovery.ConfigSourceOnDemandCdsOrBuilder. getSource()A configuration source for the service that will be used for on-demand cluster discovery.Methods in io.envoyproxy.envoy.extensions.filters.http.on_demand.v3 with parameters of type ConfigSource Modifier and Type Method Description OnDemandCds.BuilderOnDemandCds.Builder. mergeSource(ConfigSource value)A configuration source for the service that will be used for on-demand cluster discovery.OnDemandCds.BuilderOnDemandCds.Builder. setSource(ConfigSource value)A configuration source for the service that will be used for on-demand cluster discovery. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceDrds.Builder. getConfigSource()Configuration source specifier.ConfigSourceDrds. getConfigSource()Configuration source specifier.ConfigSourceDrdsOrBuilder. getConfigSource()Configuration source specifier.Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 with parameters of type ConfigSource Modifier and Type Method Description Drds.BuilderDrds.Builder. mergeConfigSource(ConfigSource value)Configuration source specifier.Drds.BuilderDrds.Builder. setConfigSource(ConfigSource value)Configuration source specifier. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceRds.Builder. getConfigSource()Configuration source specifier for RDS.ConfigSourceRds. getConfigSource()Configuration source specifier for RDS.ConfigSourceRdsOrBuilder. getConfigSource()Configuration source specifier for RDS.ConfigSourceScopedRoutes.Builder. getRdsConfigSource()Configuration source specifier for RDS.ConfigSourceScopedRoutes. getRdsConfigSource()Configuration source specifier for RDS.ConfigSourceScopedRoutesOrBuilder. getRdsConfigSource()Configuration source specifier for RDS.ConfigSourceScopedRds.Builder. getScopedRdsConfigSource()Configuration source specifier for scoped RDS.ConfigSourceScopedRds. getScopedRdsConfigSource()Configuration source specifier for scoped RDS.ConfigSourceScopedRdsOrBuilder. getScopedRdsConfigSource()Configuration source specifier for scoped RDS.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type ConfigSource Modifier and Type Method Description Rds.BuilderRds.Builder. mergeConfigSource(ConfigSource value)Configuration source specifier for RDS.ScopedRoutes.BuilderScopedRoutes.Builder. mergeRdsConfigSource(ConfigSource value)Configuration source specifier for RDS.ScopedRds.BuilderScopedRds.Builder. mergeScopedRdsConfigSource(ConfigSource value)Configuration source specifier for scoped RDS.Rds.BuilderRds.Builder. setConfigSource(ConfigSource value)Configuration source specifier for RDS.ScopedRoutes.BuilderScopedRoutes.Builder. setRdsConfigSource(ConfigSource value)Configuration source specifier for RDS.ScopedRds.BuilderScopedRds.Builder. setScopedRdsConfigSource(ConfigSource value)Configuration source specifier for scoped RDS. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.network.meta_protocol_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.meta_protocol_proxy.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceMetaRds.Builder. getConfigSource()Configuration source specifier for RDS.ConfigSourceMetaRds. getConfigSource()Configuration source specifier for RDS.ConfigSourceMetaRdsOrBuilder. getConfigSource()Configuration source specifier for RDS.Methods in io.envoyproxy.envoy.extensions.filters.network.meta_protocol_proxy.v3 with parameters of type ConfigSource Modifier and Type Method Description MetaRds.BuilderMetaRds.Builder. mergeConfigSource(ConfigSource value)Configuration source specifier for RDS.MetaRds.BuilderMetaRds.Builder. setConfigSource(ConfigSource value)Configuration source specifier for RDS. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceTcpProxy.OnDemand.Builder. getOdcdsConfig()An optional configuration for on-demand cluster discovery service.ConfigSourceTcpProxy.OnDemand. getOdcdsConfig()An optional configuration for on-demand cluster discovery service.ConfigSourceTcpProxy.OnDemandOrBuilder. getOdcdsConfig()An optional configuration for on-demand cluster discovery service.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type ConfigSource Modifier and Type Method Description TcpProxy.OnDemand.BuilderTcpProxy.OnDemand.Builder. mergeOdcdsConfig(ConfigSource value)An optional configuration for on-demand cluster discovery service.TcpProxy.OnDemand.BuilderTcpProxy.OnDemand.Builder. setOdcdsConfig(ConfigSource value)An optional configuration for on-demand cluster discovery service. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceTrds.Builder. getConfigSource()Configuration source specifier.ConfigSourceTrds. getConfigSource()Configuration source specifier.ConfigSourceTrdsOrBuilder. getConfigSource()Configuration source specifier.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type ConfigSource Modifier and Type Method Description Trds.BuilderTrds.Builder. mergeConfigSource(ConfigSource value)Configuration source specifier.Trds.BuilderTrds.Builder. setConfigSource(ConfigSource value)Configuration source specifier. -
Uses of ConfigSource in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return ConfigSource Modifier and Type Method Description ConfigSourceSdsSecretConfig.Builder. getSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSourceSdsSecretConfig. getSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSourceSdsSecretConfigOrBuilder. getSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type ConfigSource Modifier and Type Method Description SdsSecretConfig.BuilderSdsSecretConfig.Builder. mergeSdsConfig(ConfigSource value).envoy.config.core.v3.ConfigSource sds_config = 2;SdsSecretConfig.BuilderSdsSecretConfig.Builder. setSdsConfig(ConfigSource value).envoy.config.core.v3.ConfigSource sds_config = 2;
-