add supported cpu types to node model
This commit is contained in:
@@ -20,6 +20,7 @@ type Node struct {
|
||||
Swap uint64 `json:"swap"`
|
||||
Devices map[DeviceBus]*Device `json:"devices"`
|
||||
Instances map[InstanceID]*Instance `json:"instances"`
|
||||
Proctypes []string `json:"cpus"`
|
||||
pvenode *proxmox.Node
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user