Uses of Class
io.envoyproxy.envoy.config.route.v3.ClusterSpecifierPlugin
-
Packages that use ClusterSpecifierPlugin Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of ClusterSpecifierPlugin in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return ClusterSpecifierPlugin Modifier and Type Method Description ClusterSpecifierPluginClusterSpecifierPlugin.Builder. build()ClusterSpecifierPluginClusterSpecifierPlugin.Builder. buildPartial()ClusterSpecifierPluginRouteConfiguration.Builder. getClusterSpecifierPlugins(int index)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.ClusterSpecifierPluginRouteConfiguration. getClusterSpecifierPlugins(int index)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.ClusterSpecifierPluginRouteConfigurationOrBuilder. getClusterSpecifierPlugins(int index)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.static ClusterSpecifierPluginClusterSpecifierPlugin. getDefaultInstance()ClusterSpecifierPluginClusterSpecifierPlugin.Builder. getDefaultInstanceForType()ClusterSpecifierPluginClusterSpecifierPlugin. getDefaultInstanceForType()ClusterSpecifierPluginRouteAction.Builder. getInlineClusterSpecifierPlugin()Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.ClusterSpecifierPluginRouteAction. getInlineClusterSpecifierPlugin()Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.ClusterSpecifierPluginRouteActionOrBuilder. getInlineClusterSpecifierPlugin()Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.static ClusterSpecifierPluginClusterSpecifierPlugin. parseDelimitedFrom(InputStream input)static ClusterSpecifierPluginClusterSpecifierPlugin. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(byte[] data)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(com.google.protobuf.ByteString data)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(InputStream input)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(ByteBuffer data)static ClusterSpecifierPluginClusterSpecifierPlugin. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type ClusterSpecifierPlugin Modifier and Type Method Description List<ClusterSpecifierPlugin>RouteConfiguration.Builder. getClusterSpecifierPluginsList()A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.List<ClusterSpecifierPlugin>RouteConfiguration. getClusterSpecifierPluginsList()A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.List<ClusterSpecifierPlugin>RouteConfigurationOrBuilder. getClusterSpecifierPluginsList()A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.com.google.protobuf.Parser<ClusterSpecifierPlugin>ClusterSpecifierPlugin. getParserForType()static com.google.protobuf.Parser<ClusterSpecifierPlugin>ClusterSpecifierPlugin. parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type ClusterSpecifierPlugin Modifier and Type Method Description RouteConfiguration.BuilderRouteConfiguration.Builder. addClusterSpecifierPlugins(int index, ClusterSpecifierPlugin value)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.RouteConfiguration.BuilderRouteConfiguration.Builder. addClusterSpecifierPlugins(ClusterSpecifierPlugin value)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.ClusterSpecifierPlugin.BuilderClusterSpecifierPlugin.Builder. mergeFrom(ClusterSpecifierPlugin other)RouteAction.BuilderRouteAction.Builder. mergeInlineClusterSpecifierPlugin(ClusterSpecifierPlugin value)Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.static ClusterSpecifierPlugin.BuilderClusterSpecifierPlugin. newBuilder(ClusterSpecifierPlugin prototype)RouteConfiguration.BuilderRouteConfiguration.Builder. setClusterSpecifierPlugins(int index, ClusterSpecifierPlugin value)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.RouteAction.BuilderRouteAction.Builder. setInlineClusterSpecifierPlugin(ClusterSpecifierPlugin value)Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type ClusterSpecifierPlugin Modifier and Type Method Description RouteConfiguration.BuilderRouteConfiguration.Builder. addAllClusterSpecifierPlugins(Iterable<? extends ClusterSpecifierPlugin> values)A list of plugins and their configurations which may be used by a :ref:`cluster specifier plugin name <envoy_v3_api_field_config.route.v3.RouteAction.cluster_specifier_plugin>` within the route.
-