MCPcopy
hub / github.com/containerd/containerd / Update

Method Update

core/runtime/task.go:81–81  ·  view source on GitHub ↗

Update sets the provided resources to a running task

(ctx context.Context, resources *types.Any, annotations map[string]string)

Source from the content-addressed store, hash-verified

79 Checkpoint(ctx context.Context, path string, opts *types.Any) error
80 // Update sets the provided resources to a running task
81 Update(ctx context.Context, resources *types.Any, annotations map[string]string) error
82 // Process returns a process within the task for the provided id
83 Process(ctx context.Context, id string) (ExecProcess, error)
84 // Stats returns runtime specific metrics for a task

Callers 8

FuzzImageStoreFunction · 0.65
FuzzLeaseManagerFunction · 0.65
FuzzContainerStoreFunction · 0.65
FuzzContentStoreFunction · 0.65
UpdateMethod · 0.65
unpackMethod · 0.65
StoreMethod · 0.65

Calls

no outgoing calls

Tested by 4

FuzzImageStoreFunction · 0.52
FuzzLeaseManagerFunction · 0.52
FuzzContainerStoreFunction · 0.52
FuzzContentStoreFunction · 0.52