Move pkg/util.Time to pkg/api/unversioned.Time
Along with our time.Duration wrapper, as suggested by @lavalamp.
This commit is contained in:
3
pkg/client/cache/expiration_cache.go
vendored
3
pkg/client/cache/expiration_cache.go
vendored
@@ -17,9 +17,10 @@ limitations under the License.
|
||||
package cache
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/golang/glog"
|
||||
"k8s.io/kubernetes/pkg/util"
|
||||
"time"
|
||||
)
|
||||
|
||||
// ExpirationCache implements the store interface
|
||||
|
Reference in New Issue
Block a user