Add support for creating a bulk of resources via kubectl apply

This commit is contained in:
Michal Fojtik
2014-10-22 12:42:13 +02:00
parent d6e36a4756
commit c8f88a3ae8
5 changed files with 501 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
cmds.AddCommand(NewCmdDelete(out))
cmds.AddCommand(NewCmdNamespace(out))
cmds.AddCommand(NewCmdLog(out))
cmds.AddCommand(NewCmdCreateAll(out))
if err := cmds.Execute(); err != nil {
os.Exit(1)