We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ab304 commit 7877be6Copy full SHA for 7877be6
1 file changed
v1/providers/shadeform/instancetype.go
@@ -169,6 +169,13 @@ func (c *ShadeformClient) convertShadeformInstanceTypeToV1InstanceType(shadeform
169
Type: shadeformInstanceType.Configuration.GpuType,
170
},
171
172
+ SupportedStorage: []v1.Storage{ // TODO: add storage
173
+ {
174
+ Type: "ssd",
175
+ Count: 1,
176
+ Size: units.GiB * units.Base2Bytes(shadeformInstanceType.Configuration.StorageInGb),
177
+ },
178
179
BasePrice: basePrice,
180
IsAvailable: region.Available,
181
Location: region.Region,
0 commit comments