| Package | Description |
|---|---|
| org.eclipse.jkube.kit.config.image |
| Modifier and Type | Method and Description |
|---|---|
WaitConfiguration.TcpConfigMode |
WaitConfiguration.TcpConfiguration.getMode() |
static WaitConfiguration.TcpConfigMode |
WaitConfiguration.TcpConfigMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitConfiguration.TcpConfigMode[] |
WaitConfiguration.TcpConfigMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WaitConfiguration.WaitConfigurationBuilder |
WaitConfiguration.WaitConfigurationBuilder.tcpMode(WaitConfiguration.TcpConfigMode tcpMode) |
| Constructor and Description |
|---|
TcpConfiguration(WaitConfiguration.TcpConfigMode mode,
String host,
List<Integer> ports) |
WaitConfiguration(Integer time,
String url,
String method,
String status,
String postStart,
String preStop,
Boolean breakOnError,
WaitConfiguration.TcpConfigMode tcpMode,
String tcpHost,
List<Integer> tcpPorts,
Boolean healthy,
String log,
Integer shutdown,
Integer kill,
Integer exit) |
Copyright © 2021. All rights reserved.