Class ApicurioOperatorController
- java.lang.Object
-
- io.debezium.testing.system.tools.OperatorController
-
- io.debezium.testing.system.tools.registry.ApicurioOperatorController
-
public class ApicurioOperatorController extends OperatorController
This class provides control over Strimzi Cluster Operator deployed in OpenShift- Author:
- Jakub Cechacek
-
-
Field Summary
Fields Modifier and Type Field Description private static StringDEPLOYMENT_NAMEprivate static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Modifier Constructor Description privateApicurioOperatorController(io.fabric8.kubernetes.api.model.apps.Deployment operator, io.fabric8.openshift.client.OpenShiftClient ocp)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ApicurioOperatorControllerforProject(String project, io.fabric8.openshift.client.OpenShiftClient ocp)-
Methods inherited from class io.debezium.testing.system.tools.OperatorController
deployPullSecret, disable, enable, setAlwaysPullPolicy, setEnvVar, setImagePullSecret, setNumberOfReplicas, setSingleReplica, updateOperator
-
-
-
-
Field Detail
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
DEPLOYMENT_NAME
private static final String DEPLOYMENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
forProject
public static ApicurioOperatorController forProject(String project, io.fabric8.openshift.client.OpenShiftClient ocp)
-
-