@ -113,9 +113,8 @@ message VirtualHost {
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
/ / specific ; see the : ref : ` HTTP filter documentation < config_http_filters > `
/ / for if and how it is utilized.
map < string , google.protobuf.Struct > per_filter_config = 12 ;
map < string , google.protobuf.Struct > per_filter_config = 12 [ deprecated = true ] ;
/ / [ # not - implemented - hide : ]
/ / The per_filter_config field can be used to provide virtual host - specific
/ / configurations for filters. The key should match the filter name , such as
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
@ -181,9 +180,8 @@ message Route {
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
/ / specific ; see the : ref : ` HTTP filter documentation < config_http_filters > ` for
/ / if and how it is utilized.
map < string , google.protobuf.Struct > per_filter_config = 8 ;
map < string , google.protobuf.Struct > per_filter_config = 8 [ deprecated = true ] ;
/ / [ # not - implemented - hide : ]
/ / The per_filter_config field can be used to provide route - specific
/ / configurations for filters. The key should match the filter name , such as
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
@ -279,9 +277,8 @@ message WeightedCluster {
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
/ / specific ; see the : ref : ` HTTP filter documentation < config_http_filters > `
/ / for if and how it is utilized.
map < string , google.protobuf.Struct > per_filter_config = 8 ;
map < string , google.protobuf.Struct > per_filter_config = 8 [ deprecated = true ] ;
/ / [ # not - implemented - hide : ]
/ / The per_filter_config field can be used to provide weighted cluster - specific
/ / configurations for filters. The key should match the filter name , such as
/ / * envoy.buffer * for the HTTP buffer filter. Use of this field is filter
@ -805,9 +802,8 @@ message RetryPolicy {
message RetryPriority {
string name = 1 [ ( validate.rules ) . string . min_bytes = 1 ] ;
oneof config_type {
google.protobuf.Struct config = 2 ;
google.protobuf.Struct config = 2 [ deprecated = true ] ;
/ / [ # not - implemented - hide : ]
google.protobuf.Any typed_config = 3 ;
}
}
@ -820,9 +816,8 @@ message RetryPolicy {
message RetryHostPredicate {
string name = 1 [ ( validate.rules ) . string . min_bytes = 1 ] ;
oneof config_type {
google.protobuf.Struct config = 2 ;
google.protobuf.Struct config = 2 [ deprecated = true ] ;
/ / [ # not - implemented - hide : ]
google.protobuf.Any typed_config = 3 ;
}
}