aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-15 21:15:23 +0800
committerGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-15 09:15:23 -0400
commitfe60f103008aa29b03348237c55a6a88d74b498d (patch)
tree50b7f8f2eadd885ff1a14709ca582dc807366a02 /plugin
parentd42f54467f1133a0a237fbbfb12e2ffa4c92323f (diff)
downloadcoredns-fe60f103008aa29b03348237c55a6a88d74b498d.tar.gz
coredns-fe60f103008aa29b03348237c55a6a88d74b498d.tar.zst
coredns-fe60f103008aa29b03348237c55a6a88d74b498d.zip
fix typos in kubernetes.go (#3132)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/kubernetes/kubernetes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/kubernetes.go b/plugin/kubernetes/kubernetes.go
index 1d9a7ec74..fa3ef0446 100644
--- a/plugin/kubernetes/kubernetes.go
+++ b/plugin/kubernetes/kubernetes.go
@@ -68,7 +68,7 @@ const (
podModeDisabled = "disabled"
// podModeVerified is where Pod requests are answered only if they exist
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"
// DNSSchemaVersion is the schema version: https://github.com/kubernetes/dns/blob/master/docs/specification.md
DNSSchemaVersion = "1.0.1"