move workqueue to client-go

This commit is contained in:
deads2k
2017-01-27 10:20:40 -05:00
parent 2667556257
commit 2c1c0f3f72
94 changed files with 146 additions and 2479 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
package prometheus
import (
"k8s.io/kubernetes/pkg/util/workqueue"
"k8s.io/client-go/util/workqueue"
"github.com/prometheus/client_golang/prometheus"
)