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