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.6.3
- Published
- Apr 25, 2022
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 13 minutes ago –
Tools for package owners.