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 {
29
29
private static final String TRAEFIK_IMAGE = "image.repository" ;
30
30
private static final String TRAEFIK_IMAGE_REGISTRY = "image.registry" ;
31
31
private static final String TRAEFIK_IMAGE_TAG = "image.tag" ;
32
-
32
+
33
33
public TraefikParams nodePortsHttp (int nodePortsHttp ) {
34
34
this .nodePortsHttp = nodePortsHttp ;
35
35
return this ;
@@ -59,16 +59,6 @@ public TraefikParams traefikImage(String traefikImage) {
59
59
return this ;
60
60
}
61
61
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
-
72
62
/**
73
63
* Loads Helm values into a value map.
74
64
*
You can’t perform that action at this time.
0 commit comments