public class KubernetesIntegrationTestConfig extends Object
| Constructor and Description |
|---|
KubernetesIntegrationTestConfig() |
KubernetesIntegrationTestConfig(boolean deployEnabled,
boolean buildEnabled,
long readinessTimeout,
String[] additionalModules) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getAdditionalModules()
List of additional modules to be loaded by the test framework.
|
long |
getReadinessTimeout()
The amount of time in milliseconds to wait for application to become ready.
|
int |
hashCode() |
boolean |
isBuildEnabled()
Flag to define whether the extension should automatically perform container builds.
|
boolean |
isDeployEnabled()
Flag to define whether the extension should automatically apply resources.
|
public KubernetesIntegrationTestConfig()
public KubernetesIntegrationTestConfig(boolean deployEnabled,
boolean buildEnabled,
long readinessTimeout,
String[] additionalModules)
public boolean isDeployEnabled()
public boolean isBuildEnabled()
public long getReadinessTimeout()
public String[] getAdditionalModules()
Copyright © 2018–2023 Red Hat. All rights reserved.