aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-01-29 13:16:13 -0500
committerGravatar GitHub <noreply@github.com> 2018-01-29 13:16:13 -0500
commit449bb1ac6ce1b58cf14caa2daf7f9520a36901ef (patch)
treea8f2e380ec01fb9f8f27a134ded0b711035a4a0d
parent399073ec6b17c96f64912b4504390632e9a04aff (diff)
downloadcoredns-449bb1ac6ce1b58cf14caa2daf7f9520a36901ef.tar.gz
coredns-449bb1ac6ce1b58cf14caa2daf7f9520a36901ef.tar.zst
coredns-449bb1ac6ce1b58cf14caa2daf7f9520a36901ef.zip
spelling (#1461)
-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 7c0ea2ea1..3be10a88e 100644
--- a/plugin/kubernetes/kubernetes.go
+++ b/plugin/kubernetes/kubernetes.go
@@ -49,7 +49,7 @@ type Kubernetes struct {
autoPathSearch []string // Local search path from /etc/resolv.conf. Needed for autopath.
}
-// New returns a intialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other
+// New returns a initialized Kubernetes. It default interfaceAddrFunc to return 127.0.0.1. All other
// values default to their zero value, primaryZoneIndex will thus point to the first zone.
func New(zones []string) *Kubernetes {
k := new(Kubernetes)