Uses of Class
io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3.SubClustersConfig
Packages that use SubClustersConfig
-
Uses of SubClustersConfig in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 that return SubClustersConfigModifier and TypeMethodDescriptionSubClustersConfig.Builder.build()SubClustersConfig.Builder.buildPartial()static SubClustersConfigSubClustersConfig.getDefaultInstance()SubClustersConfig.Builder.getDefaultInstanceForType()SubClustersConfig.getDefaultInstanceForType()ClusterConfig.Builder.getSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.ClusterConfig.getSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.ClusterConfigOrBuilder.getSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.static SubClustersConfigSubClustersConfig.parseDelimitedFrom(InputStream input) static SubClustersConfigSubClustersConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubClustersConfigSubClustersConfig.parseFrom(byte[] data) static SubClustersConfigSubClustersConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubClustersConfigSubClustersConfig.parseFrom(com.google.protobuf.ByteString data) static SubClustersConfigSubClustersConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubClustersConfigSubClustersConfig.parseFrom(com.google.protobuf.CodedInputStream input) static SubClustersConfigSubClustersConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubClustersConfigSubClustersConfig.parseFrom(InputStream input) static SubClustersConfigSubClustersConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubClustersConfigSubClustersConfig.parseFrom(ByteBuffer data) static SubClustersConfigSubClustersConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 that return types with arguments of type SubClustersConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubClustersConfig>SubClustersConfig.getParserForType()static com.google.protobuf.Parser<SubClustersConfig>SubClustersConfig.parser()Methods in io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 with parameters of type SubClustersConfigModifier and TypeMethodDescriptionSubClustersConfig.Builder.mergeFrom(SubClustersConfig 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.static SubClustersConfig.BuilderSubClustersConfig.newBuilder(SubClustersConfig prototype) 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.