| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v3 |
| Modifier and Type | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.addAllHashPolicy(Iterable<? extends RouteAction.HashPolicy> values)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.addAllRateLimits(Iterable<? extends RateLimit> values)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.addAllRequestMirrorPolicies(Iterable<? extends RouteAction.RequestMirrorPolicy> values)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.addAllUpgradeConfigs(Iterable<? extends RouteAction.UpgradeConfig> values)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.addHashPolicy(int index,
RouteAction.HashPolicy.Builder builderForValue)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.addHashPolicy(int index,
RouteAction.HashPolicy value)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.addHashPolicy(RouteAction.HashPolicy.Builder builderForValue)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.addHashPolicy(RouteAction.HashPolicy value)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.addRateLimits(int index,
RateLimit.Builder builderForValue)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.addRateLimits(int index,
RateLimit value)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.addRateLimits(RateLimit.Builder builderForValue)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.addRateLimits(RateLimit value)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouteAction.Builder |
RouteAction.Builder.addRequestMirrorPolicies(int index,
RouteAction.RequestMirrorPolicy.Builder builderForValue)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.addRequestMirrorPolicies(int index,
RouteAction.RequestMirrorPolicy value)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.addRequestMirrorPolicies(RouteAction.RequestMirrorPolicy.Builder builderForValue)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.addRequestMirrorPolicies(RouteAction.RequestMirrorPolicy value)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.addUpgradeConfigs(int index,
RouteAction.UpgradeConfig.Builder builderForValue)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.addUpgradeConfigs(int index,
RouteAction.UpgradeConfig value)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.addUpgradeConfigs(RouteAction.UpgradeConfig.Builder builderForValue)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.addUpgradeConfigs(RouteAction.UpgradeConfig value)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.clear() |
RouteAction.Builder |
RouteAction.Builder.clearAutoHostRewrite()
Indicates that during forwarding, the host header will be swapped with
the hostname of the upstream host chosen by the cluster manager.
|
RouteAction.Builder |
RouteAction.Builder.clearCluster()
Indicates the upstream cluster to which the request should be routed
to.
|
RouteAction.Builder |
RouteAction.Builder.clearClusterHeader()
Envoy will determine the cluster to route to by reading the value of the
HTTP header named by cluster_header from the request headers.
|
RouteAction.Builder |
RouteAction.Builder.clearClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.
|
RouteAction.Builder |
RouteAction.Builder.clearClusterSpecifier() |
RouteAction.Builder |
RouteAction.Builder.clearCors()
Indicates that the route has a CORS policy.
|
RouteAction.Builder |
RouteAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RouteAction.Builder |
RouteAction.Builder.clearGrpcTimeoutOffset()
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.clearHashPolicy()
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.clearHedgePolicy()
Indicates that the route has a hedge policy.
|
RouteAction.Builder |
RouteAction.Builder.clearHostRewriteHeader()
Indicates that during forwarding, the host header will be swapped with the content of given
downstream or :ref:`custom <config_http_conn_man_headers_custom_request_headers>` header.
|
RouteAction.Builder |
RouteAction.Builder.clearHostRewriteLiteral()
Indicates that during forwarding, the host header will be swapped with
this value.
|
RouteAction.Builder |
RouteAction.Builder.clearHostRewritePathRegex()
Indicates that during forwarding, the host header will be swapped with
the result of the regex substitution executed on path value with query and fragment removed.
|
RouteAction.Builder |
RouteAction.Builder.clearHostRewriteSpecifier() |
RouteAction.Builder |
RouteAction.Builder.clearIdleTimeout()
Specifies the idle timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.clearIncludeVhRateLimits()
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.clearInternalRedirectAction()
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.clearInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
RouteAction.Builder |
RouteAction.Builder.clearMaxGrpcTimeout()
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.clearMaxInternalRedirects()
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.clearMaxStreamDuration()
Specifies the maximum stream duration for this route.
|
RouteAction.Builder |
RouteAction.Builder.clearMetadataMatch()
Optional endpoint metadata match criteria used by the subset load balancer.
|
RouteAction.Builder |
RouteAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RouteAction.Builder |
RouteAction.Builder.clearPrefixRewrite()
Indicates that during forwarding, the matched prefix (or path) should be
swapped with this value.
|
RouteAction.Builder |
RouteAction.Builder.clearPriority()
Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.
|
RouteAction.Builder |
RouteAction.Builder.clearRateLimits()
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.clearRegexRewrite()
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RouteAction.Builder |
RouteAction.Builder.clearRequestMirrorPolicies()
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.clearRetryPolicy()
Indicates that the route has a retry policy.
|
RouteAction.Builder |
RouteAction.Builder.clearRetryPolicyTypedConfig()
[#not-implemented-hide:]
Specifies the configuration for retry policy extension.
|
RouteAction.Builder |
RouteAction.Builder.clearTimeout()
Specifies the upstream timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.clearUpgradeConfigs()
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.clearWeightedClusters()
Multiple upstream clusters can be specified for a given route.
|
RouteAction.Builder |
RouteAction.Builder.clone() |
RouteAction.Builder |
Route.Builder.getRouteBuilder()
Route request to some upstream cluster.
|
RouteAction.Builder |
RouteAction.Builder.mergeAutoHostRewrite(com.google.protobuf.BoolValue value)
Indicates that during forwarding, the host header will be swapped with
the hostname of the upstream host chosen by the cluster manager.
|
RouteAction.Builder |
RouteAction.Builder.mergeCors(CorsPolicy value)
Indicates that the route has a CORS policy.
|
RouteAction.Builder |
RouteAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RouteAction.Builder |
RouteAction.Builder.mergeFrom(com.google.protobuf.Message other) |
RouteAction.Builder |
RouteAction.Builder.mergeFrom(RouteAction other) |
RouteAction.Builder |
RouteAction.Builder.mergeGrpcTimeoutOffset(com.google.protobuf.Duration value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.mergeHedgePolicy(HedgePolicy value)
Indicates that the route has a hedge policy.
|
RouteAction.Builder |
RouteAction.Builder.mergeHostRewritePathRegex(RegexMatchAndSubstitute value)
Indicates that during forwarding, the host header will be swapped with
the result of the regex substitution executed on path value with query and fragment removed.
|
RouteAction.Builder |
RouteAction.Builder.mergeIdleTimeout(com.google.protobuf.Duration value)
Specifies the idle timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.mergeIncludeVhRateLimits(com.google.protobuf.BoolValue value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.mergeInternalRedirectPolicy(InternalRedirectPolicy value)
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
RouteAction.Builder |
RouteAction.Builder.mergeMaxGrpcTimeout(com.google.protobuf.Duration value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.mergeMaxInternalRedirects(com.google.protobuf.UInt32Value value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.mergeMaxStreamDuration(RouteAction.MaxStreamDuration value)
Specifies the maximum stream duration for this route.
|
RouteAction.Builder |
RouteAction.Builder.mergeMetadataMatch(Metadata value)
Optional endpoint metadata match criteria used by the subset load balancer.
|
RouteAction.Builder |
RouteAction.Builder.mergeRegexRewrite(RegexMatchAndSubstitute value)
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RouteAction.Builder |
RouteAction.Builder.mergeRetryPolicy(RetryPolicy value)
Indicates that the route has a retry policy.
|
RouteAction.Builder |
RouteAction.Builder.mergeRetryPolicyTypedConfig(com.google.protobuf.Any value)
[#not-implemented-hide:]
Specifies the configuration for retry policy extension.
|
RouteAction.Builder |
RouteAction.Builder.mergeTimeout(com.google.protobuf.Duration value)
Specifies the upstream timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RouteAction.Builder |
RouteAction.Builder.mergeWeightedClusters(WeightedCluster value)
Multiple upstream clusters can be specified for a given route.
|
static RouteAction.Builder |
RouteAction.newBuilder() |
static RouteAction.Builder |
RouteAction.newBuilder(RouteAction prototype) |
RouteAction.Builder |
RouteAction.newBuilderForType() |
protected RouteAction.Builder |
RouteAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RouteAction.Builder |
RouteAction.Builder.removeHashPolicy(int index)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.removeRateLimits(int index)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.removeRequestMirrorPolicies(int index)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.removeUpgradeConfigs(int index)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.setAutoHostRewrite(com.google.protobuf.BoolValue.Builder builderForValue)
Indicates that during forwarding, the host header will be swapped with
the hostname of the upstream host chosen by the cluster manager.
|
RouteAction.Builder |
RouteAction.Builder.setAutoHostRewrite(com.google.protobuf.BoolValue value)
Indicates that during forwarding, the host header will be swapped with
the hostname of the upstream host chosen by the cluster manager.
|
RouteAction.Builder |
RouteAction.Builder.setCluster(String value)
Indicates the upstream cluster to which the request should be routed
to.
|
RouteAction.Builder |
RouteAction.Builder.setClusterBytes(com.google.protobuf.ByteString value)
Indicates the upstream cluster to which the request should be routed
to.
|
RouteAction.Builder |
RouteAction.Builder.setClusterHeader(String value)
Envoy will determine the cluster to route to by reading the value of the
HTTP header named by cluster_header from the request headers.
|
RouteAction.Builder |
RouteAction.Builder.setClusterHeaderBytes(com.google.protobuf.ByteString value)
Envoy will determine the cluster to route to by reading the value of the
HTTP header named by cluster_header from the request headers.
|
RouteAction.Builder |
RouteAction.Builder.setClusterNotFoundResponseCode(RouteAction.ClusterNotFoundResponseCode value)
The HTTP status code to use when configured cluster is not found.
|
RouteAction.Builder |
RouteAction.Builder.setClusterNotFoundResponseCodeValue(int value)
The HTTP status code to use when configured cluster is not found.
|
RouteAction.Builder |
RouteAction.Builder.setCors(CorsPolicy.Builder builderForValue)
Indicates that the route has a CORS policy.
|
RouteAction.Builder |
RouteAction.Builder.setCors(CorsPolicy value)
Indicates that the route has a CORS policy.
|
RouteAction.Builder |
RouteAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RouteAction.Builder |
RouteAction.Builder.setGrpcTimeoutOffset(com.google.protobuf.Duration.Builder builderForValue)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setGrpcTimeoutOffset(com.google.protobuf.Duration value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setHashPolicy(int index,
RouteAction.HashPolicy.Builder builderForValue)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.setHashPolicy(int index,
RouteAction.HashPolicy value)
Specifies a list of hash policies to use for ring hash load balancing.
|
RouteAction.Builder |
RouteAction.Builder.setHedgePolicy(HedgePolicy.Builder builderForValue)
Indicates that the route has a hedge policy.
|
RouteAction.Builder |
RouteAction.Builder.setHedgePolicy(HedgePolicy value)
Indicates that the route has a hedge policy.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewriteHeader(String value)
Indicates that during forwarding, the host header will be swapped with the content of given
downstream or :ref:`custom <config_http_conn_man_headers_custom_request_headers>` header.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewriteHeaderBytes(com.google.protobuf.ByteString value)
Indicates that during forwarding, the host header will be swapped with the content of given
downstream or :ref:`custom <config_http_conn_man_headers_custom_request_headers>` header.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewriteLiteral(String value)
Indicates that during forwarding, the host header will be swapped with
this value.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewriteLiteralBytes(com.google.protobuf.ByteString value)
Indicates that during forwarding, the host header will be swapped with
this value.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewritePathRegex(RegexMatchAndSubstitute.Builder builderForValue)
Indicates that during forwarding, the host header will be swapped with
the result of the regex substitution executed on path value with query and fragment removed.
|
RouteAction.Builder |
RouteAction.Builder.setHostRewritePathRegex(RegexMatchAndSubstitute value)
Indicates that during forwarding, the host header will be swapped with
the result of the regex substitution executed on path value with query and fragment removed.
|
RouteAction.Builder |
RouteAction.Builder.setIdleTimeout(com.google.protobuf.Duration.Builder builderForValue)
Specifies the idle timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.setIdleTimeout(com.google.protobuf.Duration value)
Specifies the idle timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.setIncludeVhRateLimits(com.google.protobuf.BoolValue.Builder builderForValue)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setIncludeVhRateLimits(com.google.protobuf.BoolValue value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setInternalRedirectAction(RouteAction.InternalRedirectAction value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setInternalRedirectActionValue(int value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setInternalRedirectPolicy(InternalRedirectPolicy.Builder builderForValue)
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
RouteAction.Builder |
RouteAction.Builder.setInternalRedirectPolicy(InternalRedirectPolicy value)
If present, Envoy will try to follow an upstream redirect response instead of proxying the
response back to the downstream.
|
RouteAction.Builder |
RouteAction.Builder.setMaxGrpcTimeout(com.google.protobuf.Duration.Builder builderForValue)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setMaxGrpcTimeout(com.google.protobuf.Duration value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setMaxInternalRedirects(com.google.protobuf.UInt32Value.Builder builderForValue)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setMaxInternalRedirects(com.google.protobuf.UInt32Value value)
Deprecated.
|
RouteAction.Builder |
RouteAction.Builder.setMaxStreamDuration(RouteAction.MaxStreamDuration.Builder builderForValue)
Specifies the maximum stream duration for this route.
|
RouteAction.Builder |
RouteAction.Builder.setMaxStreamDuration(RouteAction.MaxStreamDuration value)
Specifies the maximum stream duration for this route.
|
RouteAction.Builder |
RouteAction.Builder.setMetadataMatch(Metadata.Builder builderForValue)
Optional endpoint metadata match criteria used by the subset load balancer.
|
RouteAction.Builder |
RouteAction.Builder.setMetadataMatch(Metadata value)
Optional endpoint metadata match criteria used by the subset load balancer.
|
RouteAction.Builder |
RouteAction.Builder.setPrefixRewrite(String value)
Indicates that during forwarding, the matched prefix (or path) should be
swapped with this value.
|
RouteAction.Builder |
RouteAction.Builder.setPrefixRewriteBytes(com.google.protobuf.ByteString value)
Indicates that during forwarding, the matched prefix (or path) should be
swapped with this value.
|
RouteAction.Builder |
RouteAction.Builder.setPriority(RoutingPriority value)
Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.
|
RouteAction.Builder |
RouteAction.Builder.setPriorityValue(int value)
Optionally specifies the :ref:`routing priority <arch_overview_http_routing_priority>`.
|
RouteAction.Builder |
RouteAction.Builder.setRateLimits(int index,
RateLimit.Builder builderForValue)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.setRateLimits(int index,
RateLimit value)
Specifies a set of rate limit configurations that could be applied to the
route.
|
RouteAction.Builder |
RouteAction.Builder.setRegexRewrite(RegexMatchAndSubstitute.Builder builderForValue)
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RouteAction.Builder |
RouteAction.Builder.setRegexRewrite(RegexMatchAndSubstitute value)
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RouteAction.Builder |
RouteAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RouteAction.Builder |
RouteAction.Builder.setRequestMirrorPolicies(int index,
RouteAction.RequestMirrorPolicy.Builder builderForValue)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.setRequestMirrorPolicies(int index,
RouteAction.RequestMirrorPolicy value)
Indicates that the route has request mirroring policies.
|
RouteAction.Builder |
RouteAction.Builder.setRetryPolicy(RetryPolicy.Builder builderForValue)
Indicates that the route has a retry policy.
|
RouteAction.Builder |
RouteAction.Builder.setRetryPolicy(RetryPolicy value)
Indicates that the route has a retry policy.
|
RouteAction.Builder |
RouteAction.Builder.setRetryPolicyTypedConfig(com.google.protobuf.Any.Builder builderForValue)
[#not-implemented-hide:]
Specifies the configuration for retry policy extension.
|
RouteAction.Builder |
RouteAction.Builder.setRetryPolicyTypedConfig(com.google.protobuf.Any value)
[#not-implemented-hide:]
Specifies the configuration for retry policy extension.
|
RouteAction.Builder |
RouteAction.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Specifies the upstream timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.setTimeout(com.google.protobuf.Duration value)
Specifies the upstream timeout for the route.
|
RouteAction.Builder |
RouteAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RouteAction.Builder |
RouteAction.Builder.setUpgradeConfigs(int index,
RouteAction.UpgradeConfig.Builder builderForValue)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.setUpgradeConfigs(int index,
RouteAction.UpgradeConfig value)
repeated .envoy.config.route.v3.RouteAction.UpgradeConfig upgrade_configs = 25; |
RouteAction.Builder |
RouteAction.Builder.setWeightedClusters(WeightedCluster.Builder builderForValue)
Multiple upstream clusters can be specified for a given route.
|
RouteAction.Builder |
RouteAction.Builder.setWeightedClusters(WeightedCluster value)
Multiple upstream clusters can be specified for a given route.
|
RouteAction.Builder |
RouteAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.setRoute(RouteAction.Builder builderForValue)
Route request to some upstream cluster.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.