api: add missing Networks field to alloc resources

This commit is contained in:
Michael Schurter 2019-06-25 15:11:09 -07:00 committed by Nick Ethier
parent 5081e3f8a8
commit d220e630c0
No known key found for this signature in database
GPG Key ID: 07C1A3ECED90D24A
1 changed files with 2 additions and 1 deletions

View File

@ -459,6 +459,7 @@ type AllocatedTaskResources struct {
type AllocatedSharedResources struct { type AllocatedSharedResources struct {
DiskMB int64 DiskMB int64
Networks []*NetworkResource
} }
type AllocatedCpuResources struct { type AllocatedCpuResources struct {