aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/handler_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-15Fix a couple of typos (#1316)Gravatar Yong Tang 1-1/+1
`hanlder` -> `handler` `bounderies` -> `boundaries` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-12-14Adding additional records for test cases (#1304)Gravatar Brad Beam 1-0/+33
2017-11-22fix external service type check (#1246)Gravatar Chris O'Haver 1-0/+1
2017-11-15plugin/kubernetes: Fix reverse TTL response (#1240)Gravatar Miek Gieben 1-23/+23
Remove most 303 TTLs (those get skipped by the test) and use 5, which is the default for all tests.
2017-11-15plugin/k8s: clean up and add some ipv6 tests (#1237)Gravatar Chris O'Haver 1-233/+138
* clean up and add some ipv6 tests * aaaa endpoint * gofmt
2017-11-13plugin/kubernetes: correctly set NODATA for ns (#1229)Gravatar Miek Gieben 1-0/+11
* plugin/kubernetes: Add GetNamespaceByName A bare or wildcard query for just the namespace should return NODATA, not NXDOMAIN, otherwise we deny the entirety of the names under the namespace. Add test to check for this in pod verified mode. * Review More comments and move namespace code to namespace.go
2017-10-20plugin/kubernetes: implement HasSynced() (#1155)Gravatar Miek Gieben 1-0/+1
* 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-10-17Plugin/Kubernetes: Service and Endpoint Indexing (#1149)Gravatar Sandeep Rajan 1-2/+134
* indexing * corrections
2017-09-29plugin/kubernetes: Enable protobuf, Update client api package (#1114)Gravatar Chris O'Haver 1-76/+74
* vendor * code
2017-09-21pkg: add dnstest (#1098)Gravatar Miek Gieben 1-2/+2
Add a full test server impl in this new package + tests. Move dnsrecorder into this package as well and finish up the commented out tests that were left in the old dnsrecorder package. Update all callers and tests.
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+347
* 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