mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 01:15:57 +03:00
[PR #126] [MERGED] ✨feat: Enhance support for containers #168
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#168
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/126
Author: @alperencelik
Created: 3/6/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @luthermonson
Base:
main← Head:containers📝 Commits (2)
1ee7cff✨feat: Enhance support for containerscb546f4fix: Remove test belongs to VirtualMachines📊 Changes
5 files changed (+635 additions, -5 deletions)
View changed files
📝
containers.go(+182 -5)➕
containers_test.go(+249 -0)📝
nodes.go(+23 -0)📝
tests/mocks/pve7x/nodes.go(+140 -0)📝
types.go(+41 -0)📄 Description
This PR aims to enhance LXC support for Proxmox. Here is the documentation of LXC(Containers) API.
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/lxc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.