Add a DestroyNamespace command and tests for the Namespace functions.

This commit is contained in:
Ward Vandewege
2021-05-09 11:12:05 -04:00
parent 3cf599be64
commit b20b664353
6 changed files with 175 additions and 44 deletions

View File

@@ -115,6 +115,7 @@ func main() {
cli.NamespaceCmd.AddCommand(cli.CreateNamespaceCmd)
cli.NamespaceCmd.AddCommand(cli.ListNamespacesCmd)
cli.NamespaceCmd.AddCommand(cli.DestroyNamespaceCmd)
cli.NodeCmd.AddCommand(cli.ListNodesCmd)
cli.NodeCmd.AddCommand(cli.RegisterCmd)