Skip to content

Commit 7d69312

Browse files
authored
Merge pull request #1224 from ioito/hotfix/qx-isolated-device-share
fix: add isolated device share
2 parents 0d70064 + c91df1e commit 7d69312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloudprovider/resources.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ type IsolateDevice interface {
331331
GetDevType() string
332332
GetNumaNode() int8
333333
GetVendorDeviceId() string
334+
GetSharedProjectIds() ([]string, error)
334335
}
335336

336337
type ICloudVM interface {

0 commit comments

Comments
 (0)