Skip to content

Commit

Permalink
fix(instance): volume_total_size should be a uint64 (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 18, 2022
1 parent d963e7c commit 76531fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cmd/scw/testdata/test-all-usage-instance-server-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Different instance ranges are proposed:
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
for more information.

* The General Purpose instances range is the solution for production workloads. Powerful
* The **General Purpose** instances range is the solution for production workloads. Powerful
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.

* The Enterprise instances range is the solution for most demanding workloads and
* The **Enterprise** instances range is the solution for most demanding workloads and
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,12 +1199,12 @@ Different instance ranges are proposed:
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
for more information.

* The General Purpose instances range is the solution for production workloads. Powerful
* The **General Purpose** instances range is the solution for production workloads. Powerful
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.

* The Enterprise instances range is the solution for most demanding workloads and
* The **Enterprise** instances range is the solution for most demanding workloads and
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/kubernetes-client/go-base v0.0.0-20190205182333-3d0e39759d98
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.16
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221012084737-e8748edafbbd
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221018115351-2508d848e512
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221012084737-e8748edafbbd h1:djeSgBn/U5Lv2x01m/ExqwbV6LhpoyndTEU8SLtTIVs=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221012084737-e8748edafbbd/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221018115351-2508d848e512 h1:nfobEVAnoUj78XfqBoWTxvbA4QroRrjZPZcO+I1s9F4=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9.0.20221018115351-2508d848e512/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI=
Expand Down
4 changes: 2 additions & 2 deletions internal/namespaces/instance/v1/instance_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ Different instance ranges are proposed:
Refer to the [Development Instance offer details](https://www.scaleway.com/en/virtual-instances/play2/)
for more information.
* The General Purpose instances range is the solution for production workloads. Powerful
* The **General Purpose** instances range is the solution for production workloads. Powerful
AMD EPYC CPUs back those instances and offer up to 48 Cores, 256GB of RAM and storage
options up to 600GB of replicated local NVMe SSD storage and/or up to 10TB of Block Storage.
Refer to the [General Purpose offer details](https://www.scaleway.com/en/virtual-instances/pro2/) for more information.
* The Enterprise instances range is the solution for most demanding workloads and
* The **Enterprise** instances range is the solution for most demanding workloads and
mission-critical applications. Powerful AMD EPYC CPUs back those instances and
offer up to 96 Cores, 384GB of RAM and up to 10TB of Block Storage. Refer to the
[Enterprise offer details](https://www.scaleway.com/en/virtual-instances/enterprise/) for more information.
Expand Down

0 comments on commit 76531fb

Please sign in to comment.