Merge pull request #8249 from gyuho/patch

Documentation: refer to LeaseKeepAliveRequest for lease refresh
This commit is contained in:
Gyu-Ho Lee 2017-07-12 09:50:25 -07:00 committed by GitHub
commit fd3516f283

View File

@ -449,7 +449,7 @@ message LeaseRevokeRequest {
### Keep alives
Leases are refreshed using a bi-directional stream created with the `LeaseKeepAlive` API call. When the client wishes to refresh a lease, it sends a `LeaseGrantRequest` over the stream:
Leases are refreshed using a bi-directional stream created with the `LeaseKeepAlive` API call. When the client wishes to refresh a lease, it sends a `LeaseKeepAliveRequest` over the stream:
```protobuf
message LeaseKeepAliveRequest {