You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expirable cache currently uses time directly, requiring time.Sleep(..) to test its behavior. Would a PR be accepted to allow passing a different implementation of this, like k8s.io/utils/clock?
The text was updated successfully, but these errors were encountered:
The expirable cache currently uses
time
directly, requiringtime.Sleep(..)
to test its behavior. Would a PR be accepted to allow passing a different implementation of this, likek8s.io/utils/clock
?The text was updated successfully, but these errors were encountered: