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

Method Update

client/task.go:210–210  ·  view source on GitHub ↗

Update modifies executing tasks with updated settings

(context.Context, ...UpdateTaskOpts)

Source from the content-addressed store, hash-verified

208 Checkpoint(context.Context, ...CheckpointTaskOpts) (Image, error)
209 // Update modifies executing tasks with updated settings
210 Update(context.Context, ...UpdateTaskOpts) error
211 // LoadProcess loads a previously created exec'd process
212 LoadProcess(context.Context, string, cio.Attach) (Process, error)
213 // Metrics returns task metrics for runtime specific metrics

Callers 1

TestTaskUpdateFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestTaskUpdateFunction · 0.76