Package org.wildfly.test.cloud.common
Class KubernetesResource.Literal
- java.lang.Object
-
- org.wildfly.test.cloud.common.KubernetesResource.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- KubernetesResource
public static class KubernetesResource.Literal extends Object implements KubernetesResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.test.cloud.common.KubernetesResource
KubernetesResource.Literal
-
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource[]additionalResourcesCreated()Class<? extends Annotation>annotationType()StringdefinitionLocation()longreadinessTimeout()KubernetesResource.LiteralwithAdditionalResourcesCreated(Resource... additionalResourcesCreated)KubernetesResource.LiteralwithDefinitionLocation(String definitionLocation)KubernetesResource.LiteralwithReadinessTimeout(long readinessTimeout)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
definitionLocation
public String definitionLocation()
-
additionalResourcesCreated
public Resource[] additionalResourcesCreated()
-
readinessTimeout
public long readinessTimeout()
-
withDefinitionLocation
public KubernetesResource.Literal withDefinitionLocation(String definitionLocation)
-
withReadinessTimeout
public KubernetesResource.Literal withReadinessTimeout(long readinessTimeout)
-
withAdditionalResourcesCreated
public KubernetesResource.Literal withAdditionalResourcesCreated(Resource... additionalResourcesCreated)
-
-