Skip to content

Commit 63db4b0

Browse files
committed
feat: update generated APIs
1 parent f46054a commit 63db4b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,12 @@ type OS struct {
13271327
// CustomPartitioningSupported: defines if custom partitioning is supported by this OS.
13281328
CustomPartitioningSupported bool `json:"custom_partitioning_supported"`
13291329

1330+
// CloudInitSupported: defines if cloud-init is supported by this OS.
1331+
CloudInitSupported bool `json:"cloud_init_supported"`
1332+
1333+
// CloudInitVersion: defines the cloud-init API version used by this OS.
1334+
CloudInitVersion *string `json:"cloud_init_version"`
1335+
13301336
// Zone: zone in which is the OS is available.
13311337
Zone scw.Zone `json:"zone"`
13321338
}

0 commit comments

Comments
 (0)