easy changes

This commit is contained in:
Chao Xu
2017-04-26 17:13:48 -07:00
parent 493e4486b6
commit 3fa7b7824a
54 changed files with 191 additions and 115 deletions

View File

@@ -31,8 +31,8 @@ import (
"github.com/stretchr/testify/require"
remotecommandconsts "k8s.io/apimachinery/pkg/util/remotecommand"
"k8s.io/client-go/pkg/api"
restclient "k8s.io/client-go/rest"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/client/unversioned/remotecommand"
runtimeapi "k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime"
kubeletportforward "k8s.io/kubernetes/pkg/kubelet/server/portforward"