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.7.19
- Published
- Jul 2, 2024
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 1 hour ago –
Tools for package owners.