Merge pull request #9853 from abel-von/make-shim-independent

sandbox: make an independent shim plugin
This commit is contained in:
Maksym Pavlenko
2024-04-29 21:07:21 +00:00
committed by GitHub
6 changed files with 388 additions and 301 deletions

View File

@@ -71,6 +71,8 @@ const (
WarningPlugin plugin.Type = "io.containerd.warning.v1"
// CRIServicePlugin implements a cri service
CRIServicePlugin plugin.Type = "io.containerd.cri.v1"
// ShimPlugin implements a shim service
ShimPlugin plugin.Type = "io.containerd.shim.v1"
)
const (