pull "kubectl edit" from openshift upstream

This commit is contained in:
Janet Kuo
2015-09-04 16:33:11 -07:00
parent a92c8b6886
commit 5a608446ba
17 changed files with 1409 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
cmds.AddCommand(NewCmdReplace(f, out))
cmds.AddCommand(NewCmdPatch(f, out))
cmds.AddCommand(NewCmdDelete(f, out))
cmds.AddCommand(NewCmdEdit(f, out))
cmds.AddCommand(NewCmdNamespace(out))
cmds.AddCommand(NewCmdLog(f, out))