Add the kubectl apply command.

This commit is contained in:
jackgr
2015-09-10 14:32:57 -07:00
parent ddda379b1b
commit 703a3e19aa
13 changed files with 977 additions and 1 deletions

View File

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