mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
support for zone transfer for kubernetes (#1259)
* plugin/kubernetes: axfr Hook up dynamic SOA serial by setting ResourceEventHandlerFuncs in dnsController. Add prototype of returns msg.Services via the Transfer function. Leave expanding this to RRs out of scope for a bit. * plugin/kubernetes: axfr Respond to AXFR queries * Fixing race condition * Fixing instantiation of dnstest writer * Updates from review
This commit is contained in:
@@ -63,6 +63,7 @@ func (APIConnServiceTest) Stop() error { return nil }
|
||||
func (APIConnServiceTest) PodIndex(string) []*api.Pod { return nil }
|
||||
func (APIConnServiceTest) SvcIndexReverse(string) []*api.Service { return nil }
|
||||
func (APIConnServiceTest) EpIndexReverse(string) []*api.Endpoints { return nil }
|
||||
func (APIConnServiceTest) Modified() int64 { return 0 }
|
||||
|
||||
func (APIConnServiceTest) SvcIndex(string) []*api.Service {
|
||||
svcs := []*api.Service{
|
||||
|
||||
Reference in New Issue
Block a user