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

Method TaskService

client/client.go:739–746  ·  view source on GitHub ↗

TaskService returns the underlying TasksClient

()

Source from the content-addressed store, hash-verified

737
738// TaskService returns the underlying TasksClient
739func (c *Client) TaskService() tasks.TasksClient {
740 if c.taskService != nil {
741 return c.taskService
742 }
743 c.connMu.Lock()
744 defer c.connMu.Unlock()
745 return tasks.NewTasksClient(c.conn)
746}
747
748// ImageService returns the underlying image Store
749func (c *Client) ImageService() images.Store {

Callers 15

StartMethod · 0.80
KillMethod · 0.80
WaitMethod · 0.80
CloseIOMethod · 0.80
ResizeMethod · 0.80
DeleteMethod · 0.80
StatusMethod · 0.80
WithCheckpointTaskFunction · 0.80
StartMethod · 0.80
KillMethod · 0.80
PauseMethod · 0.80
ResumeMethod · 0.80

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected