Package io.quarkus.test.bootstrap
Class KubernetesExtensionBootstrap
java.lang.Object
io.quarkus.test.bootstrap.KubernetesExtensionBootstrap
- All Implemented Interfaces:
ExtensionBootstrap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(ScenarioContext context) booleanappliesFor(ScenarioContext context) voidbeforeAll(ScenarioContext context) getParameter(Class<?> clazz) voidonError(ScenarioContext context, Throwable throwable) voidupdateServiceContext(ServiceContext context) 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.ExtensionBootstrap
afterEach, beforeEach, onDisabled, onServiceLaunch, onSuccess
-
Field Details
-
CLIENT
- See Also:
-
-
Constructor Details
-
KubernetesExtensionBootstrap
public KubernetesExtensionBootstrap()
-
-
Method Details
-
appliesFor
- Specified by:
appliesForin interfaceExtensionBootstrap
-
beforeAll
- Specified by:
beforeAllin interfaceExtensionBootstrap
-
afterAll
- Specified by:
afterAllin interfaceExtensionBootstrap
-
updateServiceContext
- Specified by:
updateServiceContextin interfaceExtensionBootstrap
-
getParameter
- Specified by:
getParameterin interfaceExtensionBootstrap
-
onError
- Specified by:
onErrorin interfaceExtensionBootstrap
-