Add sandbox store plugin type
Moves the sandbox store plugin under the plugins packages and adds a unique plugin type for other plugins to depend on it. Updates the sandbox controller plugin to depend on the sandbox store plugin. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -86,6 +86,8 @@ const (
|
||||
NRIApiPlugin Type = "io.containerd.nri.v1"
|
||||
// TransferPlugin implements a transfer service
|
||||
TransferPlugin Type = "io.containerd.transfer.v1"
|
||||
// SandboxStorePlugin implements a sandbox store
|
||||
SandboxStorePlugin Type = "io.containerd.sandbox.store.v1"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user