aboutsummaryrefslogtreecommitdiff
path: root/test/kubernetes_api_fallthrough_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-10-25plugin/kubernetes: Modify integration tests for coredns/ci (#1152)Gravatar Chris O'Haver 1-49/+0
* integration ci * rename test * unfunctionalize DoIntegrationTests * alphabetize expected answers * Enable out-of-cluster test * Enable out-of-cluster test * move integration tests back to ci repo
2017-10-20plugin/kubernetes: implement HasSynced() (#1155)Gravatar Miek Gieben 1-4/+0
* 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/+53
, 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>