Skip to content

Commit

Permalink
Merge pull request #53 from hopinc/add-volume-to-quota
Browse files Browse the repository at this point in the history
devex: add volume to QuotaUsage and DefaultQuota
  • Loading branch information
Looskie authored Nov 7, 2022
2 parents 1e82201 + cc4a86c commit 133d417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-wombats-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Add volume to QuotaUsage and DefaultQuotas
2 changes: 2 additions & 0 deletions src/rest/types/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@ export interface Project {
export interface DefaultQuotas {
vcpu: number;
ram: number;
volume: number;
}

export interface QuotaOverrides {}

export interface QuotaUsage {
vcpu: number;
ram: number;
volume: number;
}

export interface Secret {
Expand Down

1 comment on commit 133d417

@vercel
Copy link

@vercel vercel bot commented on 133d417 Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js.vercel.app
js.hop.io
hop-js-git-master-onehop.vercel.app
hop-js-onehop.vercel.app

Please sign in to comment.