Class OcpApicurioDeployer

java.lang.Object
io.debezium.testing.system.tools.AbstractOcpDeployer<OcpApicurioController>
io.debezium.testing.system.tools.registry.OcpApicurioDeployer
All Implemented Interfaces:
Deployer<OcpApicurioController>

public class OcpApicurioDeployer extends AbstractOcpDeployer<OcpApicurioController>
Deployment management for Apicurio service registry OCP deployment
Author:
Jakub Cechacek
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • fabricBuilder

      private final FabricApicurioBuilder fabricBuilder
  • Constructor Details

    • OcpApicurioDeployer

      public OcpApicurioDeployer(String project, FabricApicurioBuilder fabricBuilder, io.fabric8.openshift.client.OpenShiftClient ocp, okhttp3.OkHttpClient http)
  • Method Details

    • deploy

      Description copied from interface: Deployer
      Deploys resource
      Returns:
      Controller for deployed resource
      Throws:
      InterruptedException
    • getController

      protected OcpApicurioController getController(io.apicurio.registry.operator.api.model.ApicurioRegistry registry)
    • registryOperation

      protected io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.apicurio.registry.operator.api.model.ApicurioRegistry,io.apicurio.registry.operator.api.model.ApicurioRegistryList,io.fabric8.kubernetes.client.dsl.Resource<io.apicurio.registry.operator.api.model.ApicurioRegistry>> registryOperation()