Class ApicurioOperatorController
java.lang.Object
io.debezium.testing.system.tools.OperatorController
io.debezium.testing.system.tools.registry.ApicurioOperatorController
This class provides control over Apicurio Cluster Operator deployed in OpenShift
- Author:
- Jakub Cechacek
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateApicurioOperatorController(io.fabric8.kubernetes.api.model.apps.Deployment operator, io.fabric8.openshift.client.OpenShiftClient ocp) -
Method Summary
Modifier and TypeMethodDescriptionstatic ApicurioOperatorControllerforProject(String project, io.fabric8.openshift.client.OpenShiftClient ocp) Methods inherited from class io.debezium.testing.system.tools.OperatorController
deployPullSecret, disable, enable, getPullSecret, getPullSecretName, setAlwaysPullPolicy, setEnvVar, setImagePullSecret, setNumberOfReplicas, setSingleReplica, unsetEnvVar, updateOperator, waitForAvailable
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
ApicurioOperatorController
private ApicurioOperatorController(io.fabric8.kubernetes.api.model.apps.Deployment operator, io.fabric8.openshift.client.OpenShiftClient ocp)
-
-
Method Details
-
forProject
public static ApicurioOperatorController forProject(String project, io.fabric8.openshift.client.OpenShiftClient ocp)
-