fix mis-spelling in object.go (#3134)
This commit is contained in:
parent
fe60f10300
commit
d36ca09c97
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue