Skip to content

Commit 1e75076

Browse files
committed
Build break
1 parent 6517795 commit 1e75076

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/TraefikParams.java

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)