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

Method Stop

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

Stop will stop sandbox instance

(ctx context.Context, sandboxID string, opts ...StopOpt)

Source from the content-addressed store, hash-verified

102 Platform(_ctx context.Context, _sandboxID string) (imagespec.Platform, error)
103 // Stop will stop sandbox instance
104 Stop(ctx context.Context, sandboxID string, opts ...StopOpt) error
105 // Wait blocks until sandbox process exits.
106 Wait(ctx context.Context, sandboxID string) (ExitStatus, error)
107 // Status will query sandbox process status. It is heavier than Ping call and must be used whenever you need to

Callers 1

StopMethod · 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

no test coverage detected