add get available versions commmand

This commit is contained in:
Young
2015-03-17 13:51:18 +00:00
parent 5c99bc9e96
commit 97b647207e
4 changed files with 72 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
f.BindFlags(cmds.PersistentFlags())
cmds.AddCommand(f.NewCmdVersion(out))
cmds.AddCommand(f.NewCmdApiVersions(out))
cmds.AddCommand(f.NewCmdClusterInfo(out))
cmds.AddCommand(f.NewCmdProxy(out))