The etcd3gw.lease
Module¶
- class etcd3gw.lease.Lease(id, client=None)[source]¶
Bases:
object
- refresh()[source]¶
LeaseKeepAlive keeps the lease alive
By streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client. This method makes a synchronous HTTP request by default.
- Returns