make tools/cache authoritative
This commit is contained in:
2
pkg/kubelet/util/cache/object_cache.go
vendored
2
pkg/kubelet/util/cache/object_cache.go
vendored
@@ -19,7 +19,7 @@ package cache
|
||||
import (
|
||||
"time"
|
||||
|
||||
expirationcache "k8s.io/kubernetes/pkg/client/cache"
|
||||
expirationcache "k8s.io/client-go/tools/cache"
|
||||
)
|
||||
|
||||
// ObjectCache is a simple wrapper of expiration cache that
|
||||
|
Reference in New Issue
Block a user