mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
middleware/kubernetes: Implement current federation beta (#723)
* federation initial commit * UTs/bugfixes * federation bits * polish, cover UT gaps * add TODO * go fmt & todo note * remove unrelated change * pr changes * start node watcher * get real node name * remove unused case
This commit is contained in:
committed by
John Belamaric
parent
8e86fa6f23
commit
930c54ef62
@@ -104,6 +104,8 @@ func (APIConnTest) EndpointsList() api.EndpointsList {
|
||||
}
|
||||
}
|
||||
|
||||
func (APIConnTest) GetNodeByName(name string) (api.Node, error) { return api.Node{}, nil }
|
||||
|
||||
type interfaceAddrsTest struct{}
|
||||
|
||||
func (i interfaceAddrsTest) interfaceAddrs() ([]net.Addr, error) {
|
||||
|
||||
Reference in New Issue
Block a user