api: add missing Networks field to alloc resources
This commit is contained in:
parent
5081e3f8a8
commit
d220e630c0
|
@ -458,7 +458,8 @@ type AllocatedTaskResources struct {
|
|||
}
|
||||
|
||||
type AllocatedSharedResources struct {
|
||||
DiskMB int64
|
||||
DiskMB int64
|
||||
Networks []*NetworkResource
|
||||
}
|
||||
|
||||
type AllocatedCpuResources struct {
|
||||
|
|
Loading…
Reference in New Issue