Class ApicurioOperatorController
java.lang.Object
io.debezium.testing.system.tools.OperatorController
io.debezium.testing.system.tools.registry.ApicurioOperatorController
This class provides control over Strimzi Cluster Operator deployed in OpenShift
- Author:
- Jakub Cechacek
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final org.slf4j.Logger -
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
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DEPLOYMENT_NAME
- See Also:
-
-
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)
-