Uses of Class
io.envoyproxy.envoy.config.route.v3.ClusterSpecifierPlugin
Packages that use ClusterSpecifierPlugin
-
Uses of ClusterSpecifierPlugin in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return ClusterSpecifierPluginModifier and TypeMethodDescriptionClusterSpecifierPlugin.Builder.build()ClusterSpecifierPlugin.Builder.buildPartial()RouteConfiguration.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.RouteConfiguration.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.RouteConfigurationOrBuilder.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()ClusterSpecifierPlugin.Builder.getDefaultInstanceForType()ClusterSpecifierPlugin.getDefaultInstanceForType()RouteAction.Builder.getInlineClusterSpecifierPlugin()Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.RouteAction.getInlineClusterSpecifierPlugin()Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.RouteActionOrBuilder.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 ClusterSpecifierPluginModifier and TypeMethodDescriptionRouteConfiguration.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.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.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 ClusterSpecifierPluginModifier and TypeMethodDescriptionRouteConfiguration.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.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.Builder.mergeFrom(ClusterSpecifierPlugin other) RouteAction.Builder.mergeInlineClusterSpecifierPlugin(ClusterSpecifierPlugin value) Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.ClusterSpecifierPlugin.newBuilder(ClusterSpecifierPlugin prototype) RouteConfiguration.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.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 ClusterSpecifierPluginModifier and TypeMethodDescriptionRouteConfiguration.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.