mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 09:06:58 +02:00
Remove unneeded IsConfigured() method
This commit is contained in:
parent
05bb165ffa
commit
42dde17b1b
@ -42,10 +42,6 @@ func (m *mockTargetNetFilter) Match(target string) bool {
|
||||
return m.targets[target]
|
||||
}
|
||||
|
||||
func (m *mockTargetNetFilter) IsConfigured() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// echoSource is a Source that returns the endpoints passed in on creation.
|
||||
type echoSource struct {
|
||||
endpoints []*endpoint.Endpoint
|
||||
|
Loading…
Reference in New Issue
Block a user