Class OcpStrimziOperator
java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.operator.OcpStrimziOperator
public class OcpStrimziOperator
extends fixture5.TestFixture
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOcpStrimziOperator(org.junit.jupiter.api.extension.ExtensionContext.Store store) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidteardown()private voidupdateStrimziOperator(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController) Methods inherited from class fixture5.TestFixture
retrieve, retrieve, store, store, store
-
Field Details
-
ocp
private final io.fabric8.openshift.client.OpenShiftClient ocp -
project
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
OcpStrimziOperator
public OcpStrimziOperator(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
-
-
Method Details
-
setup
- Specified by:
setupin classfixture5.TestFixture- Throws:
Exception
-
teardown
public void teardown()- Specified by:
teardownin classfixture5.TestFixture
-
updateStrimziOperator
private void updateStrimziOperator(io.debezium.testing.system.tools.kafka.StrimziOperatorController operatorController)
-