1
0
Fork 0

Remove IngressEndpoint in CRD provider

This commit is contained in:
Julien Salleyron 2019-03-18 14:38:04 +01:00 committed by Traefiker Bot
parent 37886892c8
commit 50e24f461c
3 changed files with 7 additions and 19 deletions

View file

@ -216,7 +216,6 @@ func TestDo_globalConfiguration(t *testing.T) {
Token: "MyToken",
CertAuthFilePath: "MyCertAuthPath",
DisablePassHostHeaders: true,
EnablePassTLSCert: true,
Namespaces: []string{"a", "b"},
LabelSelector: "myLabelSelector",
IngressClass: "MyIngressClass",
@ -245,7 +244,6 @@ func TestDo_globalConfiguration(t *testing.T) {
Token: "MyToken",
CertAuthFilePath: "MyCertAuthPath",
DisablePassHostHeaders: true,
EnablePassTLSCert: true,
Namespaces: []string{"a", "b"},
LabelSelector: "myLabelSelector",
IngressClass: "MyIngressClass",