Skip to content

Commit

Permalink
APPS-8386: Remove unused fields from instance size
Browse files Browse the repository at this point in the history
  • Loading branch information
greeshmapill committed Apr 17, 2024
1 parent 524a042 commit f622356
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 84 deletions.
22 changes: 8 additions & 14 deletions apps.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions apps_accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions apps_accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions apps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,18 @@ var (
}

testInstanceSize = AppInstanceSize{
Name: "Basic XXS",
Slug: "basic-xxs",
CPUType: AppInstanceSizeCPUType_Dedicated,
CPUs: "1",
MemoryBytes: "536870912",
USDPerMonth: "5",
USDPerSecond: "0.0000018896447",
TierSlug: "basic",
TierUpgradeTo: "professional-xs",
TierDowngradeTo: "basic-xxxs",
Name: "Basic XXS",
Slug: "basic-xxs",
CPUType: AppInstanceSizeCPUType_Dedicated,
CPUs: "1",
MemoryBytes: "536870912",
USDPerMonth: "5",
USDPerSecond: "0.0000018896447",
TierSlug: "basic",
BandwidthAllowanceGib: "1",
Scalable: false,
SingleInstanceOnly: true,
DeprecationIntent: true,
}

testAlerts = []*AppAlert{
Expand Down

0 comments on commit f622356

Please sign in to comment.