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
public abstract class AbstractOcpDeployer<T> extends Object implements Deployer<T>
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<?>>
-
-
Constructor Summary
Constructors Constructor Description AbstractOcpDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-
-
-
Field Detail
-
ocp
protected final io.fabric8.openshift.client.OpenShiftClient ocp
-
http
protected final okhttp3.OkHttpClient http
-
project
protected final String project
-
-
Constructor Detail
-
AbstractOcpDeployer
public AbstractOcpDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
-
-