cmd.Flags().String("resource-version","","Precondition for resource version. Requires that the current resource version match this value in order to scale.")
cmd.Flags().String("resource-version","","Precondition for resource version. Requires that the current resource version match this value in order to scale.")
cmd.Flags().Int("current-replicas",-1,"Precondition for current size. Requires that the current size of the replication controller match this value in order to scale.")
cmd.Flags().Int("current-replicas",-1,"Precondition for current size. Requires that the current size of the replication controller match this value in order to scale.")
cmd.Flags().Int("replicas",-1,"The new desired number of replicas. Required.")
cmd.Flags().Int("replicas",-1,"The new desired number of replicas. Required.")
cmd.Flags().Duration("timeout",0,"The length of time to wait before giving up on a scale operation, zero means don't wait.")
cmd.MarkFlagRequired("replicas")
cmd.MarkFlagRequired("replicas")
cmd.Flags().Duration("timeout",0,"The length of time to wait before giving up on a scale operation, zero means don't wait.")
cmdutil.AddOutputFlagsForMutation(cmd)
cmdutil.AddOutputFlagsForMutation(cmd)
usage:="Filename, directory, or URL to a file identifying the replication controller to set a new size"
usage:="Filename, directory, or URL to a file identifying the replication controller to set a new size"