[PR #126] [MERGED] feat: Enhance support for containers #168

Closed
opened 2026-03-03 15:30:31 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: containers


📝 Commits (2)

  • 1ee7cff feat: Enhance support for containers
  • cb546f4 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/126 **Author:** [@alperencelik](https://github.com/alperencelik) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `containers` --- ### 📝 Commits (2) - [`1ee7cff`](https://github.com/luthermonson/go-proxmox/commit/1ee7cffdd61344c3f8fa5cf02eee8314176bfea2) ✨feat: Enhance support for containers - [`cb546f4`](https://github.com/luthermonson/go-proxmox/commit/cb546f432f86ffa2799bf6a3ac722d356bb6635e) fix: Remove test belongs to VirtualMachines ### 📊 Changes **5 files changed** (+635 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `containers.go` (+182 -5) ➕ `containers_test.go` (+249 -0) 📝 `nodes.go` (+23 -0) 📝 `tests/mocks/pve7x/nodes.go` (+140 -0) 📝 `types.go` (+41 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:31 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#168
No description provided.