Class MySqlDeployer
- java.lang.Object
-
- io.debezium.testing.openshift.tools.databases.DatabaseDeployer<MySqlDeployer,SqlDatabaseController>
-
- io.debezium.testing.openshift.tools.databases.mysql.MySqlDeployer
-
public class MySqlDeployer extends DatabaseDeployer<MySqlDeployer,SqlDatabaseController>
- Author:
- Jakub Cechacek
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description MySqlDeployer(io.fabric8.openshift.client.OpenShiftClient ocp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlDatabaseControllergetController(io.fabric8.kubernetes.api.model.apps.Deployment deployment, List<io.fabric8.kubernetes.api.model.Service> services, String dbType, io.fabric8.openshift.client.OpenShiftClient ocp)MySqlDeployergetThis()-
Methods inherited from class io.debezium.testing.openshift.tools.databases.DatabaseDeployer
deploy, withDeployment, withDeployment, withProject, withServices, withServices
-
-
-
-
Method Detail
-
getThis
public MySqlDeployer getThis()
- Specified by:
getThisin classDatabaseDeployer<MySqlDeployer,SqlDatabaseController>
-
getController
public SqlDatabaseController getController(io.fabric8.kubernetes.api.model.apps.Deployment deployment, List<io.fabric8.kubernetes.api.model.Service> services, String dbType, io.fabric8.openshift.client.OpenShiftClient ocp)
- Specified by:
getControllerin classDatabaseDeployer<MySqlDeployer,SqlDatabaseController>
-
-