mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
formatting (gofmt -s -w ./source/ingress_test.go)
This commit is contained in:
parent
cd74835e28
commit
044f2b9ac7
@ -620,10 +620,10 @@ func testIngressEndpoints(t *testing.T) {
|
|||||||
targetNamespace: "",
|
targetNamespace: "",
|
||||||
ingressItems: []fakeIngress{
|
ingressItems: []fakeIngress{
|
||||||
{
|
{
|
||||||
name: "fake1",
|
name: "fake1",
|
||||||
namespace: namespace,
|
namespace: namespace,
|
||||||
tlsdnsnames: [][]string{{"example.org"}},
|
tlsdnsnames: [][]string{{"example.org"}},
|
||||||
ips: []string{"1.2.3.4"},
|
ips: []string{"1.2.3.4"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
expected: []*endpoint.Endpoint{
|
expected: []*endpoint.Endpoint{
|
||||||
@ -639,10 +639,10 @@ func testIngressEndpoints(t *testing.T) {
|
|||||||
targetNamespace: "",
|
targetNamespace: "",
|
||||||
ingressItems: []fakeIngress{
|
ingressItems: []fakeIngress{
|
||||||
{
|
{
|
||||||
name: "fake1",
|
name: "fake1",
|
||||||
namespace: namespace,
|
namespace: namespace,
|
||||||
tlsdnsnames: [][]string{{"example.org", "example2.org"}},
|
tlsdnsnames: [][]string{{"example.org", "example2.org"}},
|
||||||
ips: []string{"1.2.3.4"},
|
ips: []string{"1.2.3.4"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
expected: []*endpoint.Endpoint{
|
expected: []*endpoint.Endpoint{
|
||||||
@ -663,10 +663,10 @@ func testIngressEndpoints(t *testing.T) {
|
|||||||
targetNamespace: "",
|
targetNamespace: "",
|
||||||
ingressItems: []fakeIngress{
|
ingressItems: []fakeIngress{
|
||||||
{
|
{
|
||||||
name: "fake1",
|
name: "fake1",
|
||||||
namespace: namespace,
|
namespace: namespace,
|
||||||
tlsdnsnames: [][]string{{"example.org", "example2.org"},{"example3.org", "example4.org"}},
|
tlsdnsnames: [][]string{{"example.org", "example2.org"}, {"example3.org", "example4.org"}},
|
||||||
ips: []string{"1.2.3.4"},
|
ips: []string{"1.2.3.4"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
expected: []*endpoint.Endpoint{
|
expected: []*endpoint.Endpoint{
|
||||||
|
Loading…
Reference in New Issue
Block a user