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