Skip to content

Commit 4945162

Browse files
feat(baremetal): add max_size instead of specific size for partitioning (scaleway#2470)
Co-authored-by: Laure-di <[email protected]>
1 parent 4536c86 commit 4945162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ type SchemaPartition struct {
846846
Number uint32 `json:"number"`
847847

848848
Size scw.Size `json:"size"`
849+
850+
UseAllAvailableSpace bool `json:"use_all_available_space"`
849851
}
850852

851853
// SchemaPool: schema pool.

0 commit comments

Comments
 (0)