Merge pull request #3592 from brendandburns/cli

Add a service generator and a command to easily expose services.
This commit is contained in:
Brian Grant
2015-02-03 09:07:05 -08:00
8 changed files with 348 additions and 29 deletions

View File

@@ -212,6 +212,7 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
cmds.AddCommand(f.NewCmdRunContainer(out))
cmds.AddCommand(f.NewCmdStop(out))
cmds.AddCommand(f.NewCmdExposeService(out))
return cmds
}