[API]xds: Add additional metadata field to Resource wrapper (#22761)

Signed-off-by: Boteng Yao <boteng@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 59b7b91f531f9c6557bb09ec591b52890c0e48ee
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent efd28e34ed
commit d9a00d9f96
  1. 6
      envoy/service/discovery/v3/discovery.proto

@ -332,7 +332,7 @@ message DynamicParameterConstraints {
}
}
// [#next-free-field: 9]
// [#next-free-field: 10]
message Resource {
option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.Resource";
@ -383,4 +383,8 @@ message Resource {
// Cache control properties for the resource.
// [#not-implemented-hide:]
CacheControl cache_control = 7;
// The Metadata field can be used to provide additional information for the resource.
// E.g. the trace data for debugging.
config.core.v3.Metadata metadata = 9;
}

Loading…
Cancel
Save