mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #217] [CLOSED] fix: complete parsing for VirtualMachineConfig and ContainerConfig #223
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/217
Author: @samuelemusiani
Created: 9/21/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (7)
bca41e4fix: complete parsing for VirtualMachineConfig and ContainerConfig0ecd842fix: nil mapsf9c558fremoved numas135501fadd: change protection on backups1ac63bdfix: protected backups3d3cde5fix: type on protected backups5bc8373add: regenerate cloudinit image📊 Changes
5 files changed (+191 additions, -429 deletions)
View changed files
➖
container_config.go(+0 -66)📝
storage.go(+19 -0)📝
types.go(+168 -226)📝
virtual_machine.go(+4 -0)➖
virtual_machine_config.go(+0 -137)📄 Description
This PR simplify the code a little bit and is related to #211.
In this way a virtual machine (or container) is not more limited on the number of devices and the parsing is more consistent.
THIS PR BREAKS OLD CODE
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.