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:
Antonio Ojea 2019-12-19 15:33:13 +01:00 committed by Chris O'Haver
parent 14c48ab1ba
commit dd117fe676
1 changed files with 1 additions and 1 deletions

View File

@ -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