File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class TraefikParams {
2929 private static final String TRAEFIK_IMAGE = "image.repository" ;
3030 private static final String TRAEFIK_IMAGE_REGISTRY = "image.registry" ;
3131 private static final String TRAEFIK_IMAGE_TAG = "image.tag" ;
32-
32+
3333 public TraefikParams nodePortsHttp (int nodePortsHttp ) {
3434 this .nodePortsHttp = nodePortsHttp ;
3535 return this ;
@@ -59,16 +59,6 @@ public TraefikParams traefikImage(String traefikImage) {
5959 return this ;
6060 }
6161
62- public TraefikParams traefikRegistry (String traefikRegistry ) {
63- this .traefikRegistry = traefikRegistry ;
64- return this ;
65- }
66-
67- public TraefikParams traefikImageTag (String traefikImageTag ) {
68- this .traefikImageTag = traefikImageTag ;
69- return this ;
70- }
71-
7262 /**
7363 * Loads Helm values into a value map.
7464 *
You can’t perform that action at this time.
0 commit comments