# File lib/openshift-origin-controller/app/models/gear.rb, line 226
  def gear_quota_job_update(storage_in_gb, inodes)
    job = get_proxy.get_update_gear_quota_job(self, storage_in_gb, inodes)
    job
  end