Class StrimziOperatorDeployer
java.lang.Object
io.debezium.testing.system.tools.AbstractOcpDeployer<StrimziOperatorController>
io.debezium.testing.system.tools.kafka.StrimziOperatorDeployer
- All Implemented Interfaces:
Deployer<StrimziOperatorController>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.testing.system.tools.Deployer
Deployer.Builder<B extends Deployer.Builder<B,D>, D extends Deployer<?>> -
Field Summary
FieldsFields inherited from class io.debezium.testing.system.tools.AbstractOcpDeployer
http, ocp, project -
Constructor Summary
ConstructorsConstructorDescriptionStrimziOperatorDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http) -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
StrimziOperatorDeployer
public StrimziOperatorDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-
-
Method Details