aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-16 21:29:06 +0800
committerGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-16 09:29:06 -0400
commitd36ca09c976cc96091b1c3e9f4b6e7a29a83ad15 (patch)
tree4b0c690351db0125304d75c0274e3f1c198fd442 /plugin
parentfe60f103008aa29b03348237c55a6a88d74b498d (diff)
downloadcoredns-d36ca09c976cc96091b1c3e9f4b6e7a29a83ad15.tar.gz
coredns-d36ca09c976cc96091b1c3e9f4b6e7a29a83ad15.tar.zst
coredns-d36ca09c976cc96091b1c3e9f4b6e7a29a83ad15.zip
fix mis-spelling in object.go (#3134)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/kubernetes/object/object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/object/object.go b/plugin/kubernetes/object/object.go
index 3809aaaf4..6b1c7d839 100644
--- a/plugin/kubernetes/object/object.go
+++ b/plugin/kubernetes/object/object.go
@@ -27,7 +27,7 @@ type ToFunc func(interface{}) interface{}
// Empty is an empty struct.
type Empty struct{}
-// GetObjectKind implementss the ObjectKind interface as a noop.
+// GetObjectKind implements the ObjectKind interface as a noop.
func (e *Empty) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind }
// GetGenerateName implements the metav1.Object interface.