[PR #79] [MERGED] Implement pool API #129

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/79
Author: @jqueuniet
Created: 8/24/2023
Status: Merged
Merged: 8/24/2023
Merged by: @luthermonson

Base: mainHead: pve_pools


📝 Commits (1)

📊 Changes

5 files changed (+230 additions, -0 deletions)

View changed files

pools.go (+40 -0)
pools_test.go (+78 -0)
tests/mocks/pve7x/pools.go (+84 -0)
📝 tests/mocks/pve7x/proxmox.go (+1 -0)
📝 types.go (+27 -0)

📄 Description

This PR implements the PVE pool API


🔄 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/79 **Author:** [@jqueuniet](https://github.com/jqueuniet) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/24/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `pve_pools` --- ### 📝 Commits (1) - [`35005f4`](https://github.com/luthermonson/go-proxmox/commit/35005f4912d5a13322a185bbd525001ee18af642) Implement pool API ### 📊 Changes **5 files changed** (+230 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pools.go` (+40 -0) ➕ `pools_test.go` (+78 -0) ➕ `tests/mocks/pve7x/pools.go` (+84 -0) 📝 `tests/mocks/pve7x/proxmox.go` (+1 -0) 📝 `types.go` (+27 -0) </details> ### 📄 Description This PR implements the PVE pool API --- <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:20 +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#129
No description provided.