MCPcopy
hub / github.com/containerd/containerd / task

Struct task

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

Source from the content-addressed store, hash-verified

223var _ = (Task)(&task{})
224
225type task struct {
226 client *Client
227 c Container
228
229 io cio.IO
230 id string
231 pid uint32
232}
233
234// Spec returns the current OCI specification for the task
235func (t *task) Spec(ctx context.Context) (*oci.Spec, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected