public class KubernetesIntegrationTestConfig extends Object
| Constructor and Description |
|---|
KubernetesIntegrationTestConfig() |
KubernetesIntegrationTestConfig(boolean deployEnabled,
boolean buildEnabled,
long readinessTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 apply resources.
|
boolean |
isDeployEnabled()
Flag to define whether the extension should automatically apply resources.
|
public KubernetesIntegrationTestConfig()
public KubernetesIntegrationTestConfig(boolean deployEnabled,
boolean buildEnabled,
long readinessTimeout)
public boolean isDeployEnabled()
public boolean isBuildEnabled()
public long getReadinessTimeout()
Copyright © 2018–2021 Red Hat. All rights reserved.