Class OperatorUtil

java.lang.Object
io.debezium.testing.system.tools.operatorutil.OperatorUtil

public class OperatorUtil extends Object
Methods shared in Strimzi and Apicurio operator deployment
  • Constructor Details

    • OperatorUtil

      public OperatorUtil()
  • Method Details

    • deployOperator

      public static void deployOperator(io.fabric8.openshift.client.OpenShiftClient ocp, OpenshiftOperatorEnum operatorEnum, String namespace) throws InterruptedException
      Construct operator subscription instance and install operator to given namespace and wait for its install
      Parameters:
      ocp -
      operatorEnum -
      namespace -
      Throws:
      InterruptedException