mirror of https://github.com/coredns/ci.git
Bump k8s DNS schema version to 1.1.0 (#122)
Update the test TestKubernetesA/dns-version.cluster.local._TXT with the new schema version Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
This commit is contained in:
parent
14c48ab1ba
commit
dd117fe676
|
|
@ -78,7 +78,7 @@ var dnsTestCasesA = []test.Case{
|
|||
Qname: "dns-version.cluster.local.", Qtype: dns.TypeTXT,
|
||||
Rcode: dns.RcodeSuccess,
|
||||
Answer: []dns.RR{
|
||||
test.TXT(`dns-version.cluster.local. 303 IN TXT "1.0.1"`),
|
||||
test.TXT(`dns-version.cluster.local. 303 IN TXT "1.1.0"`),
|
||||
},
|
||||
},
|
||||
{ // An AAAA record query for an existing headless service should return a record for each of its ipv6 endpoints
|
||||
|
|
|
|||
Loading…
Reference in New Issue