Fix typos.

Kubernetes-commit: 7ce6e7189166e8b284ab44ae1dccd4df1719ab3e
This commit is contained in:
Haosdent Huang 2019-06-09 15:34:53 +08:00 committed by Kubernetes Publisher
parent 98902b2ea1
commit 465553e287

View File

@ -25,7 +25,7 @@ type FakeCustomStore struct {
ListKeysFunc func() []string
GetFunc func(obj interface{}) (item interface{}, exists bool, err error)
GetByKeyFunc func(key string) (item interface{}, exists bool, err error)
ReplaceFunc func(list []interface{}, resourceVerion string) error
ReplaceFunc func(list []interface{}, resourceVersion string) error
ResyncFunc func() error
}