Uses of Class
io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3.ClusterConfig.Builder
Packages that use ClusterConfig.Builder
-
Uses of ClusterConfig.Builder in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 that return ClusterConfig.BuilderModifier and TypeMethodDescriptionClusterConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ClusterConfig.Builder.clear()ClusterConfig.Builder.clearAllowCoalescedConnections()If true allow HTTP/2 and HTTP/3 connections to be reused for requests to different origins than the connection was initially created for.ClusterConfig.Builder.clearAllowInsecureClusterOptions()If true allow the cluster configuration to disable the auto_sni and auto_san_validation options in the :ref:`cluster's upstream_http_protocol_options <envoy_v3_api_field_config.cluster.v3.Cluster.upstream_http_protocol_options>`ClusterConfig.Builder.clearClusterImplementationSpecifier()ClusterConfig.Builder.clearDnsCacheConfig()The DNS cache configuration that the cluster will attach to.ClusterConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ClusterConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ClusterConfig.Builder.clearSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.ClusterConfig.Builder.clone()ClusterConfig.Builder.mergeDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the cluster will attach to.ClusterConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClusterConfig.Builder.mergeFrom(com.google.protobuf.Message other) ClusterConfig.Builder.mergeFrom(ClusterConfig other) ClusterConfig.Builder.mergeSubClustersConfig(SubClustersConfig value) Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.final ClusterConfig.BuilderClusterConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ClusterConfig.BuilderClusterConfig.newBuilder()static ClusterConfig.BuilderClusterConfig.newBuilder(ClusterConfig prototype) ClusterConfig.newBuilderForType()protected ClusterConfig.BuilderClusterConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ClusterConfig.Builder.setAllowCoalescedConnections(boolean value) If true allow HTTP/2 and HTTP/3 connections to be reused for requests to different origins than the connection was initially created for.ClusterConfig.Builder.setAllowInsecureClusterOptions(boolean value) If true allow the cluster configuration to disable the auto_sni and auto_san_validation options in the :ref:`cluster's upstream_http_protocol_options <envoy_v3_api_field_config.cluster.v3.Cluster.upstream_http_protocol_options>`ClusterConfig.Builder.setDnsCacheConfig(DnsCacheConfig value) The DNS cache configuration that the cluster will attach to.ClusterConfig.Builder.setDnsCacheConfig(DnsCacheConfig.Builder builderForValue) The DNS cache configuration that the cluster will attach to.ClusterConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ClusterConfig.Builder.setSubClustersConfig(SubClustersConfig value) Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.ClusterConfig.Builder.setSubClustersConfig(SubClustersConfig.Builder builderForValue) Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.final ClusterConfig.BuilderClusterConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ClusterConfig.toBuilder()