Uses of Class
io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3.SubClustersConfig
-
Packages that use SubClustersConfig Package Description io.envoyproxy.envoy.extensions.clusters.dynamic_forward_proxy.v3 -
-
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 SubClustersConfig Modifier and Type Method Description SubClustersConfigSubClustersConfig.Builder. build()SubClustersConfigSubClustersConfig.Builder. buildPartial()static SubClustersConfigSubClustersConfig. getDefaultInstance()SubClustersConfigSubClustersConfig.Builder. getDefaultInstanceForType()SubClustersConfigSubClustersConfig. getDefaultInstanceForType()SubClustersConfigClusterConfig.Builder. getSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.SubClustersConfigClusterConfig. getSubClustersConfig()Configuration for sub clusters, when this configuration is enabled, Envoy will create an independent sub cluster dynamically for each host:port.SubClustersConfigClusterConfigOrBuilder. 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 SubClustersConfig Modifier and Type Method Description com.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 SubClustersConfig Modifier and Type Method Description SubClustersConfig.BuilderSubClustersConfig.Builder. mergeFrom(SubClustersConfig other)ClusterConfig.BuilderClusterConfig.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.BuilderClusterConfig.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.
-