Package org.wildfly.test.cloud.common
Annotation Type KubernetesResource
-
public @interface KubernetesResource- Author:
- Kabir Khan
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdefinitionLocationThe location of the the resource definition.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Resource[]additionalResourcesCreatedAdditional resources to wait for to be ready.longreadinessTimeoutHow long to wait for the resource to become active
-
-
-
Element Detail
-
definitionLocation
String definitionLocation
The location of the the resource definition. This can either be a local file or a URL. If it is a local file, and not absolute, the location is taken to be relative to the root of the project containing the test.- Returns:
- the location of the resource definition
-
-
-
additionalResourcesCreated
Resource[] additionalResourcesCreated
Additional resources to wait for to be ready. In some cases they are not listed by the resources indefinitionLocation()but rather created 'behind the scenes.- Returns:
- The additional Resources to wait for
- Default:
- {}
-
-