Skip to content

Commit 33732bc

Browse files
committed
pkg/systemd: move to internal/cri
This pacakge is only used internally in the cri package, which is an internal packages, so we can make the utility internal as well. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 124456e commit 33732bc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

internal/cri/server/runtime_config_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
runcoptions "github.com/containerd/containerd/v2/core/runtime/v2/runc/options"
2424
criconfig "github.com/containerd/containerd/v2/internal/cri/config"
25-
"github.com/containerd/containerd/v2/pkg/systemd"
25+
"github.com/containerd/containerd/v2/internal/cri/systemd"
2626
"github.com/containerd/log"
2727
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
2828
)

internal/cri/server/runtime_config_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222

2323
criconfig "github.com/containerd/containerd/v2/internal/cri/config"
24-
"github.com/containerd/containerd/v2/pkg/systemd"
24+
"github.com/containerd/containerd/v2/internal/cri/systemd"
2525
"github.com/containerd/containerd/v2/plugins"
2626
"github.com/stretchr/testify/assert"
2727
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
File renamed without changes.

0 commit comments

Comments
 (0)