improve Pool type member naming
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ type Pool struct {
|
||||
Resources map[string]any `json:"resources"`
|
||||
Templates Templates `json:"templates"`
|
||||
AllowedNodes map[string]bool `json:"nodes-allowed"`
|
||||
VMIDRange VMID `json:"vmid-allowed"`
|
||||
Backups Backups `json:"backups-allowed"`
|
||||
AllowedVMIDRange VMID `json:"vmid-allowed"`
|
||||
AllowedBackups Backups `json:"backups-allowed"`
|
||||
}
|
||||
|
||||
// proxmox typically formats as gid-realm for non pve realms
|
||||
|
||||
Reference in New Issue
Block a user