aboutsummaryrefslogtreecommitdiff
path: root/test/kubernetes_pods_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-10-20plugin/kubernetes: implement HasSynced() (#1155)Gravatar Miek Gieben 1-12/+5
* plugin/kubernetes: wait until api is ready Wait for HasSynced before allowing startup to avoid startup race. Also do a small refactor in findServices() to pull a check out of the loop - only needs to be done once. * sigh
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-1/+1
* 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-01Add k8s tags to related tests (#1018)Gravatar Yong Tang 1-0/+2
, so that `make test` will pass by default. Also fixed several ineffassign and golint issues. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-08-30mw/kubernetes: split integration tests (#1004)Gravatar Miek Gieben 1-0/+108
* mw/kubernetes: split integration tests * separate file and test for api fallthrough, does not need all other servers to be started. * more split ups: make it clear when or when not we need an upstream server, as just needlessly start it in doIntegrationTests. * use identifiers from dns package -> "TypeSRV" -> dns.TypeSRV, as there is no need to reinvent these. * updates * deploy work-around * re-add weird sleep