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.3.4
Published
Apr 16, 2020
Platform
js/wasm
Imports
11 packages
Last checked
1 hour ago

Tools for package owners.