Skip to content

Commit e9ad6c2

Browse files
authored
fix(instance): remove unset baremetal field (scaleway#2477)
1 parent 9320571 commit e9ad6c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,9 +1996,6 @@ type ServerType struct {
19961996
// Default value: unknown_arch
19971997
Arch Arch `json:"arch"`
19981998

1999-
// Baremetal: true if it is a baremetal Instance.
2000-
Baremetal bool `json:"baremetal"`
2001-
20021999
// Network: network available for the Instance.
20032000
Network *ServerTypeNetwork `json:"network"`
20042001

0 commit comments

Comments
 (0)