mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[PR #159] [MERGED] Feature: add ContainerConfig to Container #185
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#185
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/159
Author: @xortim
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/18/2024
Merged by: @luthermonson
Base:
main← Head:feature/container-config📝 Commits (3)
a0f585dAdds ContainerConfig to Containerf07887dfix casing as suggested567b234add fixtures and rudimentary test for Container📊 Changes
6 files changed (+151 additions, -14 deletions)
View changed files
📝
containers.go(+2 -0)📝
containers_test.go(+16 -1)📝
nodes.go(+10 -4)📝
tests/mocks/pve7x/nodes.go(+43 -1)📝
tests/mocks/pve8x/nodes.go(+0 -1)📝
types.go(+80 -7)📄 Description
Add ContainerConfig to Container similar to VIrtualMachineConfig
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.