bootstrap: relax some node constraints for fields that are set by Envoy. (#322)

Signed-off-by: Harvey Tuch <htuch@google.com>
pull/323/head
htuch 8 years ago committed by Matt Klein
parent 9852d446f2
commit d29bef54d7
  1. 4
      api/base.proto

@ -35,9 +35,9 @@ message Locality {
// configuration for serving.
message Node {
// An opaque node identifier for the Envoy node.
string id = 1 [(validate.rules).string.min_bytes = 1];
string id = 1;
// The cluster that the Envoy node belongs to.
string cluster = 2 [(validate.rules).string.min_bytes = 1];
string cluster = 2;
// Opaque metadata extending the node identifier. Envoy will pass this
// directly to the management server.
google.protobuf.Struct metadata = 3;

Loading…
Cancel
Save