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_other.go
- Version
- v1.6.4
- Published
- May 3, 2022
- Platform
- darwin/amd64
- Imports
- 11 packages
- Last checked
- 1 minute ago –
Tools for package owners.