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

namespaces.go

Version
v1.1.3
Published
Aug 22, 2018
Platform
windows/amd64
Imports
10 packages
Last checked
2 seconds ago

Tools for package owners.