MCPcopy
hub / github.com/containerd/containerd / Stop

Method Stop

client/sandbox.go:47–47  ·  view source on GitHub ↗

Stop sends stop request to the shim instance.

(ctx context.Context)

Source from the content-addressed store, hash-verified

45 Start(ctx context.Context) error
46 // Stop sends stop request to the shim instance.
47 Stop(ctx context.Context) error
48 // Wait blocks until sandbox process exits.
49 Wait(ctx context.Context) (<-chan ExitStatus, error)
50 // Shutdown removes sandbox from the metadata store and shutdowns shim instance.

Callers 9

NewSandboxFunction · 0.95
StopMethod · 0.65
ExecuteMethod · 0.65
handleProcessExitMethod · 0.65
runSandboxMethod · 0.65
StopCatchFunction · 0.65
sandboxes.goFile · 0.65
ShowProgressFunction · 0.65
push.goFile · 0.65

Implementers 1

sandboxClientclient/sandbox.go

Calls

no outgoing calls

Tested by

no test coverage detected