@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @ExtendWith(value=NamespaceExtension.class) @ExtendWith(value=KubernetesExtension.class) @ExtendWith(value=LoadKubernetesManifestsExtension.class) public @interface LoadKubernetesManifests
LoadKubernetesManifestsExtension extension.
Loads a (list of) resource YAML file into the Kubernetes cluster prior to the execution of the test suite.
The resources will be deleted after the test suite execution.
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
deleteAfterTest |
long |
deleteGracePeriod |
public abstract String[] value
Copyright © 2015–2024 Red Hat. All rights reserved.