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";
1414
1515import "xds/core/v3/context_params.proto" ;
1616
17+ import "envoy/annotations/deprecation.proto" ;
1718import "udpa/annotations/migrate.proto" ;
1819import "udpa/annotations/status.proto" ;
1920import "udpa/annotations/versioning.proto" ;
@@ -204,7 +205,8 @@ message Node {
204205 // for filtering :ref:`listeners <config_listeners>` to be returned. For example,
205206 // if there is a listener bound to port 80, the list can optionally contain the
206207 // 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" ];
208210}
209211
210212// 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";
99import "google/protobuf/struct.proto" ;
1010import "google/rpc/status.proto" ;
1111
12+ import "envoy/annotations/deprecation.proto" ;
1213import "udpa/annotations/status.proto" ;
1314import "udpa/annotations/versioning.proto" ;
1415import "validate/validate.proto" ;
@@ -95,7 +96,8 @@ message OkHttpResponse {
9596 // <envoy_v3_api_field_service.auth.v3.CheckResponse.dynamic_metadata>`. Until it is removed,
9697 // setting this field overrides :ref:`CheckResponse.dynamic_metadata
9798 // <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" ];
99101
100102 // This field allows the authorization service to send HTTP response headers
101103 // 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