ads: add type_url to DiscoveryResponse. (#167)

Needed for empty resource responses to allow the xDS API the response is
pointing at to be identified. In non-empty resource responses, the
type_url is embedded in the Any messages.
pull/169/head
htuch 8 years ago committed by GitHub
parent 2ece56b705
commit 05ac0aa056
  1. 4
      api/base.proto

@ -160,6 +160,10 @@ message DiscoveryResponse {
// * --dry-run-canary. When set, a canary response will never be applied, only
// validated via a dry run.
bool canary = 3;
// Type URL for resources. This must be consistent with the type_url in the
// Any messages for resources if resources is non-empty. This effectively
// identifies the xDS API when muxing over ADS.
string type_url = 4;
}
message ApiConfigSource {

Loading…
Cancel
Save