| Package | Description |
|---|---|
| io.etcd.jetcd.launcher | |
| io.etcd.jetcd.launcher.junit4 | |
| io.etcd.jetcd.launcher.junit5 |
| Modifier and Type | Method and Description |
|---|---|
static EtcdCluster |
EtcdClusterFactory.buildCluster(String clusterName,
int nodes,
boolean ssl) |
static EtcdCluster |
EtcdClusterFactory.buildCluster(String clusterName,
int nodes,
boolean ssl,
boolean restartable,
String... additionalArgs) |
static EtcdCluster |
EtcdClusterFactory.buildCluster(String clusterName,
int nodes,
boolean ssl,
boolean restartable,
String image,
List<String> additionalArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdClusterResource
JUnit4 ExternalResource to have etcd cluster in tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdClusterExtension
JUnit5 Extension to have etcd cluster in tests.
|
Copyright © 2020. All rights reserved.