cds: remove stale comment (#195)

Signed-off-by: Jose Nino <jnino@lyft.com>
pull/196/head
Jose Ulises Nino Rivera 7 years ago committed by htuch
parent ca59acac62
commit 9897e3fd5b
  1. 2
      api/cds.proto

@ -82,7 +82,7 @@ message Cluster {
ConfigSource eds_config = 1; ConfigSource eds_config = 1;
// Optional alternative to cluster name to present to EDS. This does not // Optional alternative to cluster name to present to EDS. This does not
// have the same restrictions as cluster name, i.e. it may be arbritary // have the same restrictions as cluster name, i.e. it may be arbritary
// length and contain ':'. // length.
string service_name = 2; string service_name = 2;
} }
EdsClusterConfig eds_cluster_config = 3; EdsClusterConfig eds_cluster_config = 3;

Loading…
Cancel
Save