diff --git a/tools/cache/fake_custom_store.go b/tools/cache/fake_custom_store.go index b59e2eb2..62694b61 100644 --- a/tools/cache/fake_custom_store.go +++ b/tools/cache/fake_custom_store.go @@ -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 }