MCPcopy
hub / github.com/containerd/containerd / remoteSandboxStore

Struct remoteSandboxStore

core/sandbox/proxy/store.go:29–31  ·  view source on GitHub ↗

remoteSandboxStore is a low-level containerd client to manage sandbox environments metadata

Source from the content-addressed store, hash-verified

27
28// remoteSandboxStore is a low-level containerd client to manage sandbox environments metadata
29type remoteSandboxStore struct {
30 client api.StoreClient
31}
32
33var _ sb.Store = (*remoteSandboxStore)(nil)
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected