From be50bf3428d32f35a2997274b8d9e269a3a5094f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 22 May 2026 18:49:01 +0000 Subject: [PATCH] add pool mapping to Instance type --- resource-types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/resource-types.go b/resource-types.go index 69977f1..3c97f52 100644 --- a/resource-types.go +++ b/resource-types.go @@ -31,6 +31,7 @@ type Instance struct { Nets map[NetID]*Net `json:"nets"` Devices map[DeviceID]*Device `json:"devices"` Boot BootOrder `json:"boot"` + Pool string `json:"pool"` // todo: this should be actual pool } var VolumeTypes = []string{