Class KubernetesContainerManagedResource
java.lang.Object
io.quarkus.test.services.containers.KubernetesContainerManagedResource
- All Implemented Interfaces:
ManagedResource
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.bootstrap.ManagedResource
afterStart, createURI, isFailed, restart, validate
-
Constructor Details
-
KubernetesContainerManagedResource
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceManagedResource
-
start
public void start()- Specified by:
startin interfaceManagedResource
-
stop
public void stop()- Specified by:
stopin interfaceManagedResource
-
getURI
- Specified by:
getURIin interfaceManagedResource
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceManagedResource
-
logs
- Specified by:
logsin interfaceManagedResource
-