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

Method Labels

pkg/namespaces/store.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, namespace string)

Source from the content-addressed store, hash-verified

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)
32

Callers 4

monitorMethod · 0.65
GetMethod · 0.65
ListMethod · 0.65
UpdateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected