Uses of Interface
io.envoyproxy.envoy.config.route.v3.ClusterSpecifierPluginOrBuilder
-
Packages that use ClusterSpecifierPluginOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of ClusterSpecifierPluginOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement ClusterSpecifierPluginOrBuilder Modifier and Type Class Description class
ClusterSpecifierPlugin
Configuration for a cluster specifier plugin.static class
ClusterSpecifierPlugin.Builder
Configuration for a cluster specifier plugin.Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type ClusterSpecifierPluginOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<ClusterSpecifierPlugin,ClusterSpecifierPlugin.Builder,ClusterSpecifierPluginOrBuilder>
RouteConfiguration.Builder. clusterSpecifierPluginsBuilder_
private com.google.protobuf.SingleFieldBuilder<ClusterSpecifierPlugin,ClusterSpecifierPlugin.Builder,ClusterSpecifierPluginOrBuilder>
RouteAction.Builder. inlineClusterSpecifierPluginBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return ClusterSpecifierPluginOrBuilder Modifier and Type Method Description ClusterSpecifierPluginOrBuilder
RouteConfiguration.Builder. getClusterSpecifierPluginsOrBuilder(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.ClusterSpecifierPluginOrBuilder
RouteConfiguration. getClusterSpecifierPluginsOrBuilder(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.ClusterSpecifierPluginOrBuilder
RouteConfigurationOrBuilder. getClusterSpecifierPluginsOrBuilder(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.ClusterSpecifierPluginOrBuilder
RouteAction.Builder. getInlineClusterSpecifierPluginOrBuilder()
Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.ClusterSpecifierPluginOrBuilder
RouteAction. getInlineClusterSpecifierPluginOrBuilder()
Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.ClusterSpecifierPluginOrBuilder
RouteActionOrBuilder. getInlineClusterSpecifierPluginOrBuilder()
Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type ClusterSpecifierPluginOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<ClusterSpecifierPlugin,ClusterSpecifierPlugin.Builder,ClusterSpecifierPluginOrBuilder>
RouteConfiguration.Builder. getClusterSpecifierPluginsFieldBuilder()
java.util.List<? extends ClusterSpecifierPluginOrBuilder>
RouteConfiguration.Builder. getClusterSpecifierPluginsOrBuilderList()
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.java.util.List<? extends ClusterSpecifierPluginOrBuilder>
RouteConfiguration. getClusterSpecifierPluginsOrBuilderList()
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.java.util.List<? extends ClusterSpecifierPluginOrBuilder>
RouteConfigurationOrBuilder. getClusterSpecifierPluginsOrBuilderList()
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.private com.google.protobuf.SingleFieldBuilder<ClusterSpecifierPlugin,ClusterSpecifierPlugin.Builder,ClusterSpecifierPluginOrBuilder>
RouteAction.Builder. getInlineClusterSpecifierPluginFieldBuilder()
Custom cluster specifier plugin configuration to use to determine the cluster for requests on this route.
-