package namespaces
import "github.com/containerd/containerd/cmd/ctr/commands/namespaces"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "namespaces", Aliases: []string{"namespace", "ns"}, Usage: "manage namespaces", Subcommands: cli.Commands{ createCommand, listCommand, removeCommand, setLabelsCommand, }, }
Command is the cli command for managing namespaces
Source Files ¶
namespaces.go namespaces_linux.go
- Version
- v1.3.4
- Published
- Apr 16, 2020
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 9 seconds ago –
Tools for package owners.