Add a label command.

This commit is contained in:
Brendan Burns
2015-02-06 16:33:42 -08:00
parent d6069aa13a
commit ac35aa5e32
4 changed files with 479 additions and 0 deletions

View File

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