aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/external_test.go
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2022-02-09 09:25:10 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-09 09:25:10 -0500
commitabaf938623eaae632afd8548ebf5fdc5c3197c5a (patch)
treecc3f4f795c779ba9aa993577c1e1d1bb69b2c4bc /plugin/kubernetes/external_test.go
parent40a526b27ff15291d6ae4a4e5c199ef292210a89 (diff)
downloadcoredns-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.go3
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"},