MCPcopy
hub / github.com/containerd/containerd / Spec

Method Spec

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

Spec returns the current OCI specification for the task

(context.Context)

Source from the content-addressed store, hash-verified

218 Metrics(context.Context) (*types.Metric, error)
219 // Spec returns the current OCI specification for the task
220 Spec(context.Context) (*oci.Spec, error)
221}
222
223var _ = (Task)(&task{})

Callers 15

TestTaskSpecFunction · 0.95
StartMethod · 0.95
SpecMethod · 0.65
nriContainerMethod · 0.65
toCRIContainerInfoFunction · 0.65
extractProcessMetricsMethod · 0.65
updateContainerIOOwnerFunction · 0.65
execInternalMethod · 0.65

Calls

no outgoing calls