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

Method Create

pkg/namespaces/store.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, namespace string, labels map[string]string)

Source from the content-addressed store, hash-verified

26// given context.
27type Store interface {
28 Create(ctx context.Context, namespace string, labels map[string]string) error
29 Labels(ctx context.Context, namespace string) (map[string]string, error)
30 SetLabel(ctx context.Context, namespace, key, value string) error
31 List(ctx context.Context) ([]string, error)

Callers 15

TestBinDirVerifyImageFunction · 0.65
TestSerialWriteCloserFunction · 0.65
NewNetNSFunction · 0.65
TestLoadBaseOCISpecFunction · 0.65
copyFileWithSyncFunction · 0.65
ApplyMethod · 0.65
ApplyMethod · 0.65
TestGetControllerFunction · 0.65
TestCreateFunction · 0.65
CreateMethod · 0.65
CreateMethod · 0.65
CreateMethod · 0.65

Calls

no outgoing calls

Tested by 5

TestBinDirVerifyImageFunction · 0.52
TestSerialWriteCloserFunction · 0.52
TestLoadBaseOCISpecFunction · 0.52
TestGetControllerFunction · 0.52
TestCreateFunction · 0.52