Skip to content

Commit 3c4c90b

Browse files
committed
remove a util method
1 parent be7181a commit 3c4c90b

File tree

1 file changed

+0
-12
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+0
-12
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/TestUtils.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -561,18 +561,6 @@ public static Map<String, Object> loadYaml(String yamlFile) throws Exception {
561561
return map;
562562
}
563563

564-
// This method is to set a certain LB type with an unique lbWebPort
565-
public static void domainMapUpdateWithLbInfor(
566-
Map<String, Object> domainMap, String lbType, Integer lbWebPort) throws Exception {
567-
domainMap.put("loadBalancer", lbType);
568-
domainMap.put("loadBalancerWebPort", lbWebPort);
569-
logger.info(
570-
" loadBalancer is set to: "
571-
+ domainMap.get("loadBalancer")
572-
+ " with loadBalancerWebPort:"
573-
+ domainMap.get("loadBalancerWebPort"));
574-
}
575-
576564
public static Properties loadProps(String propsFile) throws Exception {
577565
Properties props = new Properties();
578566
// check file exists

0 commit comments

Comments
 (0)