MCPcopy
hub / github.com/containerd/containerd / remoteNamespaces

Struct remoteNamespaces

client/namespaces.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type remoteNamespaces struct {
36 client api.NamespacesClient
37}
38
39func (r *remoteNamespaces) Create(ctx context.Context, namespace string, labels map[string]string) error {
40 var req api.CreateNamespaceRequest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected