mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Bump kubernetes plugin schema version (#3554)
The Kubernetes DNS specification schema version was updated to 1.1.0 in order to support IPv6 Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
This commit is contained in:
committed by
Chris O'Haver
parent
d5ab0a781d
commit
e1cf9ccdab
@@ -264,7 +264,7 @@ var dnsTestCases = []test.Case{
|
||||
Qname: "dns-version.cluster.local.", Qtype: dns.TypeTXT,
|
||||
Rcode: dns.RcodeSuccess,
|
||||
Answer: []dns.RR{
|
||||
test.TXT("dns-version.cluster.local 28800 IN TXT 1.0.1"),
|
||||
test.TXT("dns-version.cluster.local 28800 IN TXT 1.1.0"),
|
||||
},
|
||||
},
|
||||
// A Service (Headless) does not exist
|
||||
|
||||
Reference in New Issue
Block a user