@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @ExtendWith(value=KubernetesExtension.class) public @interface KubernetesIntegrationTest
| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright © 2018–2021 Red Hat. All rights reserved.