use of com.qlangtech.tis.coredefine.module.action.IRCController in project plugins by qlangtech.
the class TestK8sIncrSync method testDeleteDeployment.
public void testDeleteDeployment() throws Exception {
IRCController incrSync = TestDefaultIncrK8sConfig.getIncrSync();
incrSync.removeInstance(new TargetResName(Config.S4TOTALPAY));
}
Aggregations