Package io.debezium.testing.system.tools
Class AbstractOcpDeployer<T>
java.lang.Object
io.debezium.testing.system.tools.AbstractOcpDeployer<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Deployer<T>
- Direct Known Subclasses:
AbstractOcpApicurioDeployer,OcpArtifactServerDeployer,OcpKafkaConnectDeployer,OcpKafkaDeployer
Base class for Deployers with OCP as target runtime
-
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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractOcpDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http) -
Method Summary
-
Field Details
-
ocp
protected final io.fabric8.openshift.client.OpenShiftClient ocp -
http
protected final okhttp3.OkHttpClient http -
project
-
-
Constructor Details
-
AbstractOcpDeployer
public AbstractOcpDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-