Use local version of cri packages

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2020-10-07 10:59:40 -07:00
parent e7a350176a
commit 1c60ae7f87
234 changed files with 8149 additions and 18348 deletions

View File

@@ -52,8 +52,8 @@ import (
"k8s.io/client-go/tools/remotecommand"
runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
"github.com/containerd/cri/pkg/streaming/portforward"
remotecommandserver "github.com/containerd/cri/pkg/streaming/remotecommand"
"github.com/containerd/containerd/pkg/streaming/portforward"
remotecommandserver "github.com/containerd/containerd/pkg/streaming/remotecommand"
)
// Server is the library interface to serve the stream requests.