Uses of Class
io.debezium.testing.system.tools.OpenShiftUtils.CommandOutputs
Packages that use OpenShiftUtils.CommandOutputs
Package
Description
-
Uses of OpenShiftUtils.CommandOutputs in io.debezium.testing.system.tools
Methods in io.debezium.testing.system.tools that return OpenShiftUtils.CommandOutputsModifier and TypeMethodDescriptionOpenShiftUtils.executeCommand(io.fabric8.kubernetes.api.model.apps.Deployment deployment, String project, boolean debugLogs, String... commands) -
Uses of OpenShiftUtils.CommandOutputs in io.debezium.testing.system.tools.databases.mongodb.sharded
Methods in io.debezium.testing.system.tools.databases.mongodb.sharded that return OpenShiftUtils.CommandOutputsModifier and TypeMethodDescriptionOcpMongoReplicaSet.executeMongosh(String command, boolean debugLogs) execute mongosh command/script on node number 0 (member 0 should always be primary)OcpMongoShardedCluster.executeMongoSh(String command) execute a mongosh command/script on mongos routerMongoShardedUtil.executeMongoShOnPod(OpenShiftUtils ocpUtils, String project, io.fabric8.kubernetes.api.model.apps.Deployment deployment, String connectionString, String command, boolean debugLogs)