Skip to content

Commit 2b79683

Browse files
committed
Move local sandbox controller under plugins package
Add options to sandbox controller interface. Update sandbox controller interface to fully utilize sandbox controller interface. Move grpc error conversion to service. Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 98c00f0 commit 2b79683

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ const (
8888
TransferPlugin Type = "io.containerd.transfer.v1"
8989
// SandboxStorePlugin implements a sandbox store
9090
SandboxStorePlugin Type = "io.containerd.sandbox.store.v1"
91+
// SandboxControllerPlugin implements a sandbox controller
92+
SandboxControllerPlugin Type = "io.containerd.sandbox.controller.v1"
9193
)
9294

9395
const (

0 commit comments

Comments
 (0)