@ -1070,6 +1070,7 @@ message RetryPolicy {
string name = 1 [ ( validate.rules ) . string = { min_len : 1 } ] ;
/ / [ # extension - category : envoy.retry_priorities ]
oneof config_type {
google.protobuf.Any typed_config = 3 ;
}
@ -1085,6 +1086,7 @@ message RetryPolicy {
string name = 1 [ ( validate.rules ) . string = { min_len : 1 } ] ;
/ / [ # extension - category : envoy.retry_host_predicates ]
oneof config_type {
google.protobuf.Any typed_config = 3 ;
}
@ -1708,6 +1710,7 @@ message RateLimit {
MetaData metadata = 8 ;
/ / Rate limit descriptor extension. See the rate limit descriptor extensions documentation.
/ / [ # extension - category : envoy.rate_limit_descriptors ]
core.v4alpha.TypedExtensionConfig extension = 9 ;
}
}
@ -1910,6 +1913,7 @@ message InternalRedirectPolicy {
/ / Specifies a list of predicates that are queried when an upstream response is deemed
/ / to trigger an internal redirect by all other criteria. Any predicate in the list can reject
/ / the redirect , causing the response to be proxied to downstream.
/ / [ # extension - category : envoy.internal_redirect_predicates ]
repeated core.v4alpha.TypedExtensionConfig predicates = 3 ;
/ / Allow internal redirect to follow a target URI with a different scheme than the value of