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

Method Delete

pkg/namespaces/store.go:34–34  ·  view source on GitHub ↗

Delete removes the namespace. The namespace must be empty to be deleted.

(ctx context.Context, namespace string, opts ...DeleteOpts)

Source from the content-addressed store, hash-verified

32
33 // Delete removes the namespace. The namespace must be empty to be deleted.
34 Delete(ctx context.Context, namespace string, opts ...DeleteOpts) error
35}
36
37// DeleteInfo specifies information for the deletion of a namespace

Callers 15

RemoveMethod · 0.65
cleanupShimMethod · 0.65
ShutdownMethod · 0.65
RemoveDeviceMethod · 0.65
DeleteMethod · 0.65
killTaskFunction · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected