add "kubectl patch". It will replace "kubectl udpate --patch" in the future

This commit is contained in:
Chao Xu
2015-06-25 15:56:30 -07:00
parent ac917aa36a
commit 7f89a29aad
11 changed files with 415 additions and 2 deletions

View File

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