File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import (
3636 "google.golang.org/grpc"
3737 "k8s.io/cri-api/pkg/apis"
3838 runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
39- "k8s.io/kubernetes/pkg/kubelet/cri/remote"
4039 kubeletutil "k8s.io/kubernetes/pkg/kubelet/util"
4140
41+ "github.com/containerd/cri/integration/remote"
4242 criconfig "github.com/containerd/cri/pkg/config"
4343 "github.com/containerd/cri/pkg/constants"
4444 "github.com/containerd/cri/pkg/server"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ import (
2727
2828 internalapi "k8s.io/cri-api/pkg/apis"
2929 runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
30- "k8s.io/kubernetes/pkg/kubelet/cri/remote/util"
30+
31+ "github.com/containerd/cri/integration/remote/util"
3132)
3233
3334// RemoteImageService is a gRPC implementation of internalapi.ImageManagerService.
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ import (
2929 "k8s.io/component-base/logs/logreduction"
3030 internalapi "k8s.io/cri-api/pkg/apis"
3131 runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
32- "k8s.io/kubernetes/pkg/kubelet/cri/remote/util"
3332 utilexec "k8s.io/utils/exec"
33+
34+ "github.com/containerd/cri/integration/remote/util"
3435)
3536
3637// RemoteRuntimeService is a gRPC implementation of internalapi.RuntimeService.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments