aboutsummaryrefslogtreecommitdiff
path: root/core/setup/kubernetes_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19Make CoreDNS a server type plugin for Caddy (#220)Gravatar Miek Gieben 1-389/+0
* Make CoreDNS a server type plugin for Caddy Remove code we don't need and port all middleware over. Fix all tests and rework the documentation. Also make `go generate` build a caddy binary which we then copy into our directory. This means `go build`-builds remain working as-is. And new etc instances in each etcd test for better isolation. Fix more tests and rework test.Server with the newer support Caddy offers. Fix Makefile to support new mode of operation.
2016-08-12Adding label selector support to Corefile (#208)Gravatar Michael Richmond 1-9/+92
* Adding parsing for label selector to Corefile * Updating comment typo in k8sCorefile * Adding implementation of label support to filter exposed objects * Updating TODO list
2016-08-08Adding `resyncperiod` to Corefile (#205)Gravatar Michael Richmond 1-9/+90
* Removing old unused inline k8s API code and tests. * Adding parsing implementation for `resyncperiod` keyword from Corefile. * Adding tests for parsing `resyncperiod` keyword from Corefile. 8 Updating README.md and conf/k8sCorefile.
2016-08-05Switch over to k8s notification API (#202)Gravatar Michael Richmond 1-47/+75
* Merge notification code by @aledbf and update for recent changes. * Fix travis environment to correctly build with k8s.io and forked repositories. * Refactored kubernetes Corefile parser * Added lots of Corefile parsing tests
2016-07-22Adding test cases for Corefile parsing (#193)Gravatar Michael Richmond 1-0/+197
Adding test cases for Corefile parsing. Some code refactoring to allow test reuse.