mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: 'ignore_lease' to detach value with PutRequest
This commit is contained in:
parent
90f6a4a28d
commit
a9bf593bdc
@ -427,6 +427,10 @@ message PutRequest {
|
||||
// If ignore_value is set, etcd updates the key using its current value.
|
||||
// Returns an error if the key does not exist.
|
||||
bool ignore_value = 5;
|
||||
|
||||
// If ignore_lease is set, etcd updates the key using its current lease.
|
||||
// Returns an error if the key does not exist.
|
||||
bool ignore_lease = 6;
|
||||
}
|
||||
|
||||
message PutResponse {
|
||||
|
Loading…
x
Reference in New Issue
Block a user