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);
}
Aggregations