Skip to content

Commit

Permalink
feat(instance): add scratch storage (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Aug 29, 2023
1 parent d16b548 commit 7d774bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/instance/v1/instance_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ const (
VolumeVolumeTypeLSSD = VolumeVolumeType("l_ssd")
VolumeVolumeTypeBSSD = VolumeVolumeType("b_ssd")
VolumeVolumeTypeUnified = VolumeVolumeType("unified")
VolumeVolumeTypeScratch = VolumeVolumeType("scratch")
)

func (enum VolumeVolumeType) String() string {
Expand Down

0 comments on commit 7d774bb

Please sign in to comment.