fix mis-spelling in object.go (#3134)

This commit is contained in:
AllenZMC 2019-08-16 21:29:06 +08:00 committed by Chris O'Haver
parent fe60f10300
commit d36ca09c97

View file

@ -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.