Search in sources :

Example 1 with IDeploymentDetail

use of com.qlangtech.tis.coredefine.module.action.IDeploymentDetail in project plugins by qlangtech.

the class TestK8sIncrSync method testGetRCDeployment.

public void testGetRCDeployment() {
    IRCController incrSync = TestDefaultIncrK8sConfig.getIncrSync();
    IDeploymentDetail rcDeployment = incrSync.getRCDeployment(new TargetResName(TestDefaultIncrK8sConfig.totalpay));
    assertNotNull(rcDeployment);
}
Also used : TargetResName(com.qlangtech.tis.coredefine.module.action.TargetResName) IRCController(com.qlangtech.tis.coredefine.module.action.IRCController) IDeploymentDetail(com.qlangtech.tis.coredefine.module.action.IDeploymentDetail)

Aggregations

IDeploymentDetail (com.qlangtech.tis.coredefine.module.action.IDeploymentDetail)1 IRCController (com.qlangtech.tis.coredefine.module.action.IRCController)1 TargetResName (com.qlangtech.tis.coredefine.module.action.TargetResName)1