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

Method Stop

core/runtime/monitor.go:25–25  ·  view source on GitHub ↗

Stop stops and removes the provided container from the monitor

(task Task)

Source from the content-addressed store, hash-verified

23 Monitor(task Task, labels map[string]string) error
24 // Stop stops and removes the provided container from the monitor
25 Stop(task Task) error
26}
27
28// NewMultiTaskMonitor returns a new TaskMonitor broadcasting to the provided monitors

Callers 4

startDaemonFunction · 0.65
HandleProgressMethod · 0.65
StopMethod · 0.65

Implementers 4

cgroupsMonitorcore/metrics/cgroups/v2/cgroups.go
cgroupsMonitorcore/metrics/cgroups/v1/cgroups.go
noopTaskMonitorcore/runtime/monitor.go
multiTaskMonitorcore/runtime/monitor.go

Calls

no outgoing calls