Remove kubectl namespace command

This commit is contained in:
Marcin Maciaszczyk
2016-09-21 14:14:13 +02:00
parent b60df6c312
commit d2a288de6a
6 changed files with 0 additions and 92 deletions

View File

@@ -315,7 +315,6 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
filters := []string{
"options",
Deprecated("kubectl", "delete", cmds, NewCmdStop(f, out)),
Deprecated("kubectl", "config set-context", cmds, NewCmdNamespace(out)),
}
templates.ActsAsRootCommand(cmds, filters, groups...)