@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @ExtendWith(value=KubernetesExtension.class) public @interface KubernetesIntegrationTest
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
additionalModules
List of additional modules to be loaded by the test framework.
|
boolean |
buildEnabled
Flag to define whether the extension should automatically apply resources.
|
boolean |
deployEnabled
Flag to define whether the extension should automatically apply resources.
|
long |
readinessTimeout
The amount of time in milliseconds to wait for application to become ready.
|
public abstract boolean deployEnabled
public abstract boolean buildEnabled
public abstract long readinessTimeout
public abstract String[] additionalModules
Copyright © 2018–2022 Red Hat. All rights reserved.