move authoritative client-go utils out of pkg

This commit is contained in:
deads2k
2017-01-23 13:37:22 -05:00
parent 8cc00744b7
commit 5a8f075197
301 changed files with 470 additions and 474 deletions

View File

@@ -20,7 +20,7 @@ import (
"sync"
"time"
"k8s.io/client-go/pkg/util/clock"
"k8s.io/client-go/util/clock"
"github.com/prometheus/client_golang/prometheus"
)