mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +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]
|
return m.targets[target]
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *mockTargetNetFilter) IsConfigured() bool {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
// echoSource is a Source that returns the endpoints passed in on creation.
|
// echoSource is a Source that returns the endpoints passed in on creation.
|
||||||
type echoSource struct {
|
type echoSource struct {
|
||||||
endpoints []*endpoint.Endpoint
|
endpoints []*endpoint.Endpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user