diff options
author | 2022-02-09 09:25:10 -0500 | |
---|---|---|
committer | 2022-02-09 09:25:10 -0500 | |
commit | abaf938623eaae632afd8548ebf5fdc5c3197c5a (patch) | |
tree | cc3f4f795c779ba9aa993577c1e1d1bb69b2c4bc /plugin/kubernetes/external_test.go | |
parent | 40a526b27ff15291d6ae4a4e5c199ef292210a89 (diff) | |
download | coredns-abaf938623eaae632afd8548ebf5fdc5c3197c5a.tar.gz coredns-abaf938623eaae632afd8548ebf5fdc5c3197c5a.tar.zst coredns-abaf938623eaae632afd8548ebf5fdc5c3197c5a.zip |
remove wildcard query functionality (#5019)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'plugin/kubernetes/external_test.go')
-rw-r--r-- | plugin/kubernetes/external_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/kubernetes/external_test.go b/plugin/kubernetes/external_test.go index 9444a999e..5b66579fc 100644 --- a/plugin/kubernetes/external_test.go +++ b/plugin/kubernetes/external_test.go @@ -32,9 +32,6 @@ var extCases = []struct { }, }, { - Qname: "*._not-udp-or-tcp.svc1.testns.example.com.", Rcode: dns.RcodeSuccess, - }, - { Qname: "_http._tcp.svc1.testns.example.com.", Rcode: dns.RcodeSuccess, Msg: []msg.Service{ {Host: "1.2.3.4", Port: 80, TTL: 5, Key: "/c/org/example/testns/svc1"}, |