move links for cri-containerd to cri

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2018-03-13 17:06:26 -05:00
parent 135f667963
commit d4e7154625
72 changed files with 171 additions and 171 deletions

View File

@@ -37,7 +37,7 @@ import (
_ "github.com/containerd/containerd/services/tasks"
_ "github.com/containerd/containerd/services/version"
_ "github.com/containerd/containerd/snapshots/overlay"
_ "github.com/containerd/cri-containerd"
_ "github.com/containerd/cri"
"github.com/containerd/containerd/cmd/containerd/command"
"github.com/sirupsen/logrus"

View File

@@ -24,16 +24,16 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/containerd/cri-containerd/pkg/version"
"github.com/containerd/cri/pkg/version"
)
const (
// Add \u200B to avoid the space trimming.
desc = "\u200B" + ` __ _
desc = "\u200B" + ` __ _
_____/ /________________(_)
/ ___/ __/ ___/ ___/ ___/ /
/ /__/ /_/ / / /__/ / / /
\___/\__/_/ \___/_/ /_/
/ ___/ __/ ___/ ___/ ___/ /
/ /__/ /_/ / / /__/ / / /
\___/\__/_/ \___/_/ /_/
containerd CRI plugin CLI
`

View File

@@ -25,8 +25,8 @@ import (
"github.com/spf13/cobra"
"golang.org/x/net/context"
api "github.com/containerd/cri-containerd/pkg/api/v1"
"github.com/containerd/cri-containerd/pkg/client"
api "github.com/containerd/cri/pkg/api/v1"
"github.com/containerd/cri/pkg/client"
)
func dedent(s string) string {