Address comments, fix tests.

This commit is contained in:
Brendan Burns
2015-01-30 20:51:40 -08:00
parent 250b9ccd74
commit 7e48b26ff5
4 changed files with 44 additions and 6 deletions

View File

@@ -90,7 +90,6 @@ Examples:
cmd.Flags().String("image", "", "The image for the container you wish to run.")
cmd.Flags().IntP("replicas", "r", 1, "Number of replicas to create for this container. Default 1")
cmd.Flags().Bool("dry-run", false, "If true, only print the object that would be sent, don't actually do anything")
cmd.Flags().String("public-ip", "", "A public IP address to use for this service.")
cmd.Flags().String("overrides", "", "An inline JSON override for the generated object. If this is non-empty, it is parsed used to override the generated object. Requires that the object supply a valid apiVersion field.")
cmd.Flags().Int("port", -1, "The port that this container exposes.")
cmd.Flags().StringP("labels", "l", "", "Labels to apply to the pod(s) created by this call to run-container.")