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