MCPcopy
hub / github.com/containerd/containerd / TaskManager

Struct TaskManager

core/runtime/v2/task_manager.go:130–135  ·  view source on GitHub ↗

TaskManager wraps task service client on top of shim manager.

Source from the content-addressed store, hash-verified

128
129// TaskManager wraps task service client on top of shim manager.
130type TaskManager struct {
131 root string
132 state string
133 manager *ShimManager
134 mounts mount.Manager
135}
136
137// NewTaskManager creates a new task manager instance.
138// root is the rootDir of TaskManager plugin to store persistent data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected