MCPcopy
hub / github.com/containerd/containerd / DefaultNamespace

Method DefaultNamespace

client/client.go:734–736  ·  view source on GitHub ↗

DefaultNamespace return the default namespace

()

Source from the content-addressed store, hash-verified

732
733// DefaultNamespace return the default namespace
734func (c *Client) DefaultNamespace() string {
735 return c.defaultns
736}
737
738// TaskService returns the underlying TasksClient
739func (c *Client) TaskService() tasks.TasksClient {

Callers 1

WithNewSpecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected