aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/handler.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08support for zone transfer for kubernetes (#1259)Gravatar Brad Beam 1-0/+3
* 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
2018-01-07Add pkg/fall for Fallthrough (#1355)Gravatar Miek Gieben 1-1/+1
* Add pkg/fall for Fallthrough Move this into it's own package to facilitate tests. Important bug was fixed: make the names fully qualified. Add fall package to hosts, reverse, etcd, and fix kubernetes and any tests. The k8s tests are still as-is, might need a future cleanup.
2018-01-06kubernetes: Add zone filtering to fallthrough (#1353)Gravatar John Belamaric 1-1/+1
* Add zone filtering to fallthrough * Doh. gofmt * Update documentation
2017-12-07Changing switch to compare on constants versus strings (#1285)Gravatar Brad Beam 1-10/+10
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+86
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat