Class OcpMongoShardedDeployer.Deployer
java.lang.Object
io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder<OcpMongoShardedDeployer.Deployer,OcpMongoShardedDeployer>
io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedDeployer.Deployer
- All Implemented Interfaces:
Deployer.Builder<OcpMongoShardedDeployer.Deployer,OcpMongoShardedDeployer>
- Enclosing class:
- OcpMongoShardedDeployer
public static class OcpMongoShardedDeployer.Deployer
extends AbstractOcpDatabaseDeployer.DatabaseBuilder<OcpMongoShardedDeployer.Deployer,OcpMongoShardedDeployer>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.fabric8.kubernetes.api.model.apps.Deploymentprivate io.fabric8.kubernetes.api.model.apps.DeploymentFields inherited from class io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder
deployment, ocpClient, project, pullSecret, services -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withConfigDeployment(String deployment) withMongosDeployment(String deployment) Methods inherited from class io.debezium.testing.system.tools.databases.AbstractOcpDatabaseDeployer.DatabaseBuilder
withDeployment, withOcpClient, withProject, withPullSecrets, withServices, withServicesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.tools.Deployer.Builder
self
-
Field Details
-
mongosDeployment
private io.fabric8.kubernetes.api.model.apps.Deployment mongosDeployment -
configDeployment
private io.fabric8.kubernetes.api.model.apps.Deployment configDeployment
-
-
Constructor Details
-
Deployer
public Deployer()
-
-
Method Details
-
build
-
withMongosDeployment
-
withConfigDeployment
-