Commit graph

3 commits

Author SHA1 Message Date
Miek Gieben
d8714e64e4 Remove the word middleware (#1067)
* 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-14 09:36:06 +01:00
Miek Gieben
9452a0a3bc mw/kubernetes: test cleanup (#1020)
Move tests infra to look like all other middleware, and some small
cleanups.
2017-09-02 18:49:50 +02:00
Miek Gieben
e06863d2be mw/kubernetes: split up tests cases (#971)
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.
2017-08-24 19:42:45 +01:00