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
  • Field Details

    • ocp

      protected final io.fabric8.openshift.client.OpenShiftClient ocp
    • http

      protected final okhttp3.OkHttpClient http
    • project

      protected final String project
  • Constructor Details

    • AbstractOcpDeployer

      public AbstractOcpDeployer(String project, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)