mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
fix typos in kubernetes.go (#3132)
This commit is contained in:
@@ -68,7 +68,7 @@ const (
|
|||||||
podModeDisabled = "disabled"
|
podModeDisabled = "disabled"
|
||||||
// podModeVerified is where Pod requests are answered only if they exist
|
// podModeVerified is where Pod requests are answered only if they exist
|
||||||
podModeVerified = "verified"
|
podModeVerified = "verified"
|
||||||
// podModeInsecure is where pod requests are answered without verfying they exist
|
// podModeInsecure is where pod requests are answered without verifying they exist
|
||||||
podModeInsecure = "insecure"
|
podModeInsecure = "insecure"
|
||||||
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
|
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
|
||||||
DNSSchemaVersion = "1.0.1"
|
DNSSchemaVersion = "1.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user