mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -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:
@@ -22,6 +22,7 @@ func (APIConnReverseTest) SvcIndex(string) []*api.Service { return nil }
|
||||
func (APIConnReverseTest) EpIndex(string) []*api.Endpoints { return nil }
|
||||
func (APIConnReverseTest) EndpointsList() []*api.Endpoints { return nil }
|
||||
func (APIConnReverseTest) ServiceList() []*api.Service { return nil }
|
||||
func (APIConnReverseTest) Modified() int64 { return 0 }
|
||||
|
||||
func (APIConnReverseTest) SvcIndexReverse(ip string) []*api.Service {
|
||||
if ip != "192.168.1.100" {
|
||||
|
||||
Reference in New Issue
Block a user