mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
minor format change to make travis linter happy
This commit is contained in:
parent
fb861513e1
commit
0a7c3ba271
@ -57,11 +57,11 @@ func (suite *IngressSuite) SetupTest() {
|
||||
suite.NoError(err, "should initialize ingress source")
|
||||
|
||||
suite.fooWithTargets = (fakeIngress{
|
||||
name: "foo-with-targets",
|
||||
namespace: "default",
|
||||
dnsnames: []string{"foo"},
|
||||
ips: []string{"8.8.8.8"},
|
||||
hostnames: []string{"v1"},
|
||||
name: "foo-with-targets",
|
||||
namespace: "default",
|
||||
dnsnames: []string{"foo"},
|
||||
ips: []string{"8.8.8.8"},
|
||||
hostnames: []string{"v1"},
|
||||
annotations: map[string]string{ALBDualstackAnnotationKey: ALBDualstackAnnotationValue},
|
||||
}).Ingress()
|
||||
_, err = fakeClient.Extensions().Ingresses(suite.fooWithTargets.Namespace).Create(suite.fooWithTargets)
|
||||
|
Loading…
Reference in New Issue
Block a user