mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +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{"foo-0", "foo-1", "foo-3"},
|
||||
[]string{"", "", ""},
|
||||
[]v1.PodPhase{v1.PodRunning, v1.PodRunning, v1.PodRunning},
|
||||
[]bool{true, true, true},
|
||||
false,
|
||||
[]*endpoint.Endpoint{
|
||||
{DNSName: "service.example.org", Targets: endpoint.Targets{"1.1.1.1", "1.1.1.2"}},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user