coredns/test
Miek Gieben 7e56cc74e5 WIP: Parserequest2 cutback (#868)
* middleware/kubernetes: pull TXT out of parseRequest

Put the TXT handling one layer higher and remove it from parseRequest.
Also rename the podsvc field in there to podOrSvc. Now that it isn't
used anymore for TXT record (dns-version) that was put in there. We can
make this a boolean (in a future PR).

Make parseRequest get an optional Zone that is from state.Zone and use
that instead of its own code. Removed some tests and other smaller
cleanups.

Fixes #836

* add this reverse

* another check

* readd

* Rename to kPod and kService for some clarity
2017-08-10 01:08:58 -07:00
..
auto_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
cache_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
chaos_test.go middleware/chaos: fix version (#669) 2017-05-22 08:09:35 -04:00
doc.go Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
ds_file_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
etcd_cache_debug_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
etcd_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
example_test.go middleware/file: add test for SRV additional (#616) 2017-04-13 16:25:16 +01:00
external_test.go all: gometalinter (#843) 2017-08-06 05:54:24 -07:00
file.go Pr 311 2 (#312) 2016-10-02 15:58:01 +01:00
file_cname_proxy_test.go middleware/file: correctly parse the stanza (#658) 2017-05-03 16:36:41 +01:00
file_reload_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00
file_srv_additional_test.go middleware/file: add test for SRV additional (#616) 2017-04-13 16:25:16 +01:00
file_test.go Run tests in parallel (#478) 2017-01-12 08:13:50 +00:00
grpc_test.go cleanup: go vet and golint run (#736) 2017-06-14 09:37:10 -07:00
kubernetes_test.go WIP: Parserequest2 cutback (#868) 2017-08-10 01:08:58 -07:00
metrics_test.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
middleware_dnssec_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
middleware_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
miek_test.go middleware/file: fix DS handling (#344) 2016-10-19 17:46:03 +01:00
proxy_health_test.go middleware/proxy: remove singleinflight from dns (#717) 2017-06-08 16:06:14 +01:00
proxy_http_health_test.go middleware/proxy: fix race; add Go 1.7 backward compatibility (#603) 2017-03-17 07:20:55 +00:00
proxy_test.go mw/file: rename to BenchmarkFileLookup (#741) 2017-06-18 19:50:38 +01:00
reload_test.go cleanup: go vet and golint run (#736) 2017-06-14 09:37:10 -07:00
reverse_test.go Core: convert IP addresses to reverse zone (#838) 2017-08-07 13:24:09 -07:00
rewrite_test.go Rewrite edns0 (#561) 2017-03-06 21:32:17 +00:00
secondary_net_test.go middleware/secondary: multiple fixes (#745) 2017-06-21 23:46:20 -07:00
secondary_test.go middleware/secondary: fix crash with no zone (#680) 2017-06-01 12:33:40 +01:00
server.go Fix import path github.com/miekg/coredns -> github.com/coredns/coredns (#547) 2017-02-22 06:51:47 +00:00
server_test.go Run tests in parallel (#478) 2017-01-12 08:13:50 +00:00
wildcard_test.go Fix resolving CNAME with no proxy (#564) 2017-03-02 19:35:44 +00:00