Merge pull request #78820 from haosdent/fix_typos

Fix typos.
This commit is contained in:
Kubernetes Prow Robot
2019-07-01 15:09:20 -07:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

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
}