MCPcopy Index your code
hub / github.com/containerd/containerd / remoteSandboxController

Struct remoteSandboxController

core/sandbox/proxy/controller.go:35–38  ·  view source on GitHub ↗

remoteSandboxController is a low level GRPC client for containerd's sandbox controller service

Source from the content-addressed store, hash-verified

33
34// remoteSandboxController is a low level GRPC client for containerd's sandbox controller service
35type remoteSandboxController struct {
36 client api.ControllerClient
37 sandboxerName string
38}
39
40var _ sandbox.Controller = (*remoteSandboxController)(nil)
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected