mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
fix mis-spelling in object.go (#3134)
This commit is contained in:
@@ -27,7 +27,7 @@ type ToFunc func(interface{}) interface{}
|
|||||||
// Empty is an empty struct.
|
// Empty is an empty struct.
|
||||||
type 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 }
|
func (e *Empty) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind }
|
||||||
|
|
||||||
// GetGenerateName implements the metav1.Object interface.
|
// GetGenerateName implements the metav1.Object interface.
|
||||||
|
|||||||
Reference in New Issue
Block a user