mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 17:24:20 -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
@@ -69,7 +69,7 @@ const (
|
||||
// podModeInsecure is where pod requests are answered without verifying they exist
|
||||
podModeInsecure = "insecure"
|
||||
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
|
||||
DNSSchemaVersion = "1.0.1"
|
||||
DNSSchemaVersion = "1.1.0"
|
||||
// Svc is the DNS schema for kubernetes services
|
||||
Svc = "svc"
|
||||
// Pod is the DNS schema for kubernetes pods
|
||||
|
||||
Reference in New Issue
Block a user