Move cri base plugin to CRI runtime service
Create new plugin type for CRI runtime and image services. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -67,8 +67,8 @@ const (
|
||||
ImageVerifierPlugin plugin.Type = "io.containerd.image-verifier.v1"
|
||||
// WarningPlugin implements a warning service
|
||||
WarningPlugin plugin.Type = "io.containerd.warning.v1"
|
||||
// CRIImagePlugin implements a cri image service
|
||||
CRIImagePlugin plugin.Type = "io.containerd.cri.image.v1"
|
||||
// CRIServicePlugin implements a cri service
|
||||
CRIServicePlugin plugin.Type = "io.containerd.cri.v1"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user