selectively move to client-go packages

This commit is contained in:
deads2k
2017-01-04 16:55:10 -05:00
parent 5ee52e8bce
commit 1ebe759743
14 changed files with 66 additions and 65 deletions

View File

@@ -20,6 +20,7 @@ go_library(
"//pkg/util/runtime:go_default_library",
"//vendor:github.com/golang/glog",
"//vendor:golang.org/x/net/websocket",
"//vendor:k8s.io/client-go/pkg/util/runtime",
],
)

View File

@@ -25,7 +25,7 @@ import (
"golang.org/x/net/websocket"
"k8s.io/kubernetes/pkg/util/runtime"
"k8s.io/client-go/pkg/util/runtime"
)
// The WebSocket subprotocol "binary.k8s.io" will only send messages to the