package containerd.services.namespaces.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Namespaces

namespace.proto:38

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.

message Namespace

namespace.proto:46

Used in: CreateNamespaceRequest, CreateNamespaceResponse, GetNamespaceResponse, ListNamespacesResponse, UpdateNamespaceRequest, UpdateNamespaceResponse