diff --git a/envoy/service/discovery/v2/tds.proto b/envoy/service/discovery/v2/tds.proto index d0280f5f..eb317633 100644 --- a/envoy/service/discovery/v2/tds.proto +++ b/envoy/service/discovery/v2/tds.proto @@ -12,6 +12,11 @@ import "envoy/api/v2/discovery.proto"; import "google/api/annotations.proto"; import "google/protobuf/struct.proto"; +// [#not-implemented-hide:] Not configuration. Workaround c++ protobuf issue with importing +// services: https://github.com/google/protobuf/issues/4221 +message TdsDummy { +} + // Discovery service for Runtime resources. // [#not-implemented-hide:] service RuntimeDiscoveryService {