github.com/containerd/containerd/api/services/namespaces/v1/namespace.proto
(syntax: proto3)
Description:
Namespaces provides the ability to manipulate containerd namespaces.
All objects in the system are required to be a member of a namespace. If a namespace is deleted, all objects, including containers, images and snapshots, will be deleted, as well.
Unless otherwise noted, operations in containerd apply only to the namespace supplied per request.
I hope this goes without saying, but namespaces are themselves NOT namespaced.
| Method | Input Type | Output Type | Description |
| Get | GetNamespaceRequest | GetNamespaceResponse | |
| List | ListNamespacesRequest | ListNamespacesResponse | |
| Create | CreateNamespaceRequest | CreateNamespaceResponse | |
| Update | UpdateNamespaceRequest | UpdateNamespaceResponse | |
| Delete | DeleteNamespaceRequest | Empty |