Refactor move of client-go/util/clock to apimachinery

This commit is contained in:
Clayton Coleman
2017-05-19 13:57:39 -04:00
parent 8013212db5
commit 3e095d12b4
75 changed files with 98 additions and 89 deletions

View File

@@ -24,7 +24,7 @@ import (
"testing"
"time"
"k8s.io/client-go/util/clock"
"k8s.io/apimachinery/pkg/util/clock"
"github.com/stretchr/testify/assert"
)