improve Pool type member naming

This commit is contained in:
2026-04-24 22:21:04 +00:00
parent 858c5889f1
commit 7fc7584984
+2 -2
View File
@@ -7,8 +7,8 @@ type Pool struct {
Resources map[string]any `json:"resources"` Resources map[string]any `json:"resources"`
Templates Templates `json:"templates"` Templates Templates `json:"templates"`
AllowedNodes map[string]bool `json:"nodes-allowed"` AllowedNodes map[string]bool `json:"nodes-allowed"`
VMIDRange VMID `json:"vmid-allowed"` AllowedVMIDRange VMID `json:"vmid-allowed"`
Backups Backups `json:"backups-allowed"` AllowedBackups Backups `json:"backups-allowed"`
} }
// proxmox typically formats as gid-realm for non pve realms // proxmox typically formats as gid-realm for non pve realms