mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
fix: change test field to compile again
This commit is contained in:
parent
a563022e8a
commit
819b2303d8
@ -1850,7 +1850,8 @@ func TestHeadlessServices(t *testing.T) {
|
|||||||
[]string{},
|
[]string{},
|
||||||
[]string{"foo-0", "foo-1", "foo-3"},
|
[]string{"foo-0", "foo-1", "foo-3"},
|
||||||
[]string{"", "", ""},
|
[]string{"", "", ""},
|
||||||
[]v1.PodPhase{v1.PodRunning, v1.PodRunning, v1.PodRunning},
|
[]bool{true, true, true},
|
||||||
|
false,
|
||||||
[]*endpoint.Endpoint{
|
[]*endpoint.Endpoint{
|
||||||
{DNSName: "service.example.org", Targets: endpoint.Targets{"1.1.1.1", "1.1.1.2"}},
|
{DNSName: "service.example.org", Targets: endpoint.Targets{"1.1.1.1", "1.1.1.2"}},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user