aboutsummaryrefslogtreecommitdiff
path: root/middleware/kubernetes/handler_pod_disabled_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-61/+0
* 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
2017-09-02mw/kubernetes: test cleanup (#1020)Gravatar Miek Gieben 1-14/+10
Move tests infra to look like all other middleware, and some small cleanups.
2017-08-24mw/kubernetes: split up tests cases (#971)Gravatar Miek Gieben 1-0/+65
Split up the handler_test in four files that all tests their specific bits. Removed the CNAME sort as there was only 1 answer with a CNAME and that was a single one. See #942, this fixes (a bit) the tests in middleware.