move utils used in restclient to client-go

This commit is contained in:
deads2k
2017-01-18 16:28:49 -05:00
parent 6c6616b41c
commit c47717134b
153 changed files with 176 additions and 1738 deletions

View File

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