| Package | Description |
|---|---|
| net.leanix.dropkit.etcd | |
| net.leanix.dropkit.util |
| Modifier and Type | Method and Description |
|---|---|
String |
MinimalEtcdClient.get(String key)
Retrieve the value of the given key, if set.
|
String |
MinimalEtcdClientImpl.get(String key) |
void |
MinimalEtcdClient.set(String key,
String value)
Set a value under the given key.
|
void |
MinimalEtcdClientImpl.set(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
DeploymentUtil.retrieveEtcdValue(String key) |
void |
DeploymentUtil.writeEtcdValue(String key,
String value) |
Copyright © 2017 LeanIX GmbH. All rights reserved.