package namespaces
import "github.com/containerd/containerd/cmd/ctr/commands/namespaces"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "namespaces", Aliases: []string{"namespace"}, Usage: "manage namespaces", Subcommands: cli.Commands{ createCommand, listCommand, removeCommand, setLabelsCommand, }, }
Command is the cli command for managing namespaces
Source Files ¶
- Version
- v1.1.3
- Published
- Aug 22, 2018
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 1 hour ago –
Tools for package owners.