Merge pull request #15419 from AspirinSJL/update_doc

Update comment of LB request
reviewable/pr15436/r1
Juanli Shen 7 years ago committed by GitHub
commit eb8396cf0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/proto/grpc/lb/v1/load_balancer.proto

@ -62,8 +62,10 @@ message LoadBalanceRequest {
}
message InitialLoadBalanceRequest {
// Name of load balanced service (IE, balancer.service.com)
// length should be less than 256 bytes.
// The name of the load balanced service (e.g., balancer.service.com). The max
// length of the name is 256 bytes.
// The name might include a port number. How to handle the port number is up
// to the balancer.
string name = 1;
}

Loading…
Cancel
Save