Class OperatorUtil
java.lang.Object
io.debezium.testing.system.tools.operatorutil.OperatorUtil
Methods shared in Strimzi and Apicurio operator deployment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeployOperator(io.fabric8.openshift.client.OpenShiftClient ocp, OpenshiftOperatorEnum operatorEnum, String namespace) Construct operator subscription instance and install operator to given namespace and wait for its install
-
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
-