MCPcopy
hub / github.com/containerd/containerd / Start

Method Start

core/sandbox/controller.go:99–99  ·  view source on GitHub ↗

Start will start previously created sandbox.

(ctx context.Context, sandboxID string)

Source from the content-addressed store, hash-verified

97 Create(ctx context.Context, sandboxInfo Sandbox, opts ...CreateOpt) error
98 // Start will start previously created sandbox.
99 Start(ctx context.Context, sandboxID string) (ControllerInstance, error)
100 // Platform returns target sandbox OS that will be used by Controller.
101 // containerd will rely on this to generate proper OCI spec.
102 Platform(_ctx context.Context, _sandboxID string) (imagespec.Platform, error)

Callers 5

startDaemonFunction · 0.65
StartMethod · 0.65
supportsIDMapFunction · 0.65
NewBinaryProcessorFunction · 0.65
NewBinaryProcessorFunction · 0.65

Implementers 8

remoteSandboxControllercore/sandbox/proxy/controller.go
fakeSandboxControllerinternal/cri/server/service_test.go
Controllerinternal/cri/server/podsandbox/control
ttrpccontrollerClientapi/services/sandbox/v1/sandbox_ttrpc.
controllerClientapi/services/sandbox/v1/sandbox_grpc.p
UnimplementedControllerServerapi/services/sandbox/v1/sandbox_grpc.p
controllerLocalplugins/sandbox/controller.go
stubControllerplugins/services/sandbox/controller_se

Calls

no outgoing calls

Tested by 1

supportsIDMapFunction · 0.52