This repository was archived by the owner on May 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/WirePact.Translator.Base/envoy Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import "google/protobuf/wrappers.proto";
14
14
15
15
import "xds/core/v3/context_params.proto" ;
16
16
17
+ import "envoy/annotations/deprecation.proto" ;
17
18
import "udpa/annotations/migrate.proto" ;
18
19
import "udpa/annotations/status.proto" ;
19
20
import "udpa/annotations/versioning.proto" ;
@@ -204,7 +205,8 @@ message Node {
204
205
// for filtering :ref:`listeners <config_listeners>` to be returned. For example,
205
206
// if there is a listener bound to port 80, the list can optionally contain the
206
207
// SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint.
207
- repeated Address listening_addresses = 11 [deprecated = true ];
208
+ repeated Address listening_addresses = 11
209
+ [deprecated = true , (envoy.annotations.deprecated_at_minor_version ) = "3.0" ];
208
210
}
209
211
210
212
// Metadata provides additional inputs to filters based on matched listeners,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import "envoy/type/v3/http_status.proto";
9
9
import "google/protobuf/struct.proto" ;
10
10
import "google/rpc/status.proto" ;
11
11
12
+ import "envoy/annotations/deprecation.proto" ;
12
13
import "udpa/annotations/status.proto" ;
13
14
import "udpa/annotations/versioning.proto" ;
14
15
import "validate/validate.proto" ;
@@ -95,7 +96,8 @@ message OkHttpResponse {
95
96
// <envoy_v3_api_field_service.auth.v3.CheckResponse.dynamic_metadata>`. Until it is removed,
96
97
// setting this field overrides :ref:`CheckResponse.dynamic_metadata
97
98
// <envoy_v3_api_field_service.auth.v3.CheckResponse.dynamic_metadata>`.
98
- google.protobuf.Struct dynamic_metadata = 3 [deprecated = true ];
99
+ google.protobuf.Struct dynamic_metadata = 3
100
+ [deprecated = true , (envoy.annotations.deprecated_at_minor_version ) = "3.0" ];
99
101
100
102
// This field allows the authorization service to send HTTP response headers
101
103
// to the downstream client on success. Note that the :ref:`append field in HeaderValueOption <envoy_v3_api_field_config.core.v3.HeaderValueOption.append>`
You can’t perform that action at this time.
0 commit comments