Move namespaces to pkg/namespaces
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -28,8 +28,8 @@ import (
|
||||
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
|
||||
|
||||
"github.com/containerd/containerd/v2/core/containers"
|
||||
"github.com/containerd/containerd/v2/namespaces"
|
||||
"github.com/containerd/containerd/v2/oci"
|
||||
"github.com/containerd/containerd/v2/pkg/namespaces"
|
||||
osinterface "github.com/containerd/containerd/v2/pkg/os"
|
||||
)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"github.com/containerd/containerd/v2/namespaces"
|
||||
"github.com/containerd/containerd/v2/pkg/namespaces"
|
||||
|
||||
"github.com/containerd/containerd/v2/pkg/cri/constants"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user