Rename kubernetes-incubator/cri-containerd to containerd/cri-containerd.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
"k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime"
|
||||
|
||||
api "github.com/kubernetes-incubator/cri-containerd/pkg/api/v1"
|
||||
api "github.com/containerd/cri-containerd/pkg/api/v1"
|
||||
)
|
||||
|
||||
// Test to load an image from tarball.
|
||||
|
||||
@@ -28,9 +28,9 @@ import (
|
||||
"k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime"
|
||||
"k8s.io/kubernetes/pkg/kubelet/remote"
|
||||
|
||||
api "github.com/kubernetes-incubator/cri-containerd/pkg/api/v1"
|
||||
"github.com/kubernetes-incubator/cri-containerd/pkg/client"
|
||||
"github.com/kubernetes-incubator/cri-containerd/pkg/util"
|
||||
api "github.com/containerd/cri-containerd/pkg/api/v1"
|
||||
"github.com/containerd/cri-containerd/pkg/client"
|
||||
"github.com/containerd/cri-containerd/pkg/util"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -48,7 +48,7 @@ func TestTruncIndex(t *testing.T) {
|
||||
// if you add n images at least two will share the same leading digit.
|
||||
// "sha256:n" where n is the a number from 0-9 where two images have the same trunc,
|
||||
// for example sha256:9
|
||||
// https://github.com/kubernetes-incubator/cri-containerd/pull/352
|
||||
// https://github.com/containerd/cri-containerd/pull/352
|
||||
// I am thinking how I get the two image which have same trunc.
|
||||
|
||||
// TODO(yanxuean): add test case for ListImages
|
||||
|
||||
Reference in New Issue
Block a user