[PR #18] [MERGED] added cluster type, updated cluster resources, added vm create/delete #78

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/18
Author: @luthermonson
Created: 1/4/2022
Status: Merged
Merged: 1/4/2022
Merged by: @luthermonson

Base: mainHead: vm-tasks


📝 Commits (1)

  • d02950c added cluster type, updated cluster resources, added vm create/delete

📊 Changes

10 files changed (+198 additions, -33 deletions)

View changed files

📝 cluster.go (+27 -15)
📝 cluster_test.go (+16 -7)
📝 nodes.go (+13 -0)
📝 proxmox_test.go (+3 -2)
📝 storage_test.go (+2 -2)
📝 tasks.go (+4 -0)
📝 tasks_test.go (+1 -1)
📝 types.go (+89 -6)
📝 virtual_machines.go (+9 -0)
📝 virtual_machines_test.go (+34 -0)

📄 Description

No description provided


🔄 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/18 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/4/2022 **Status:** ✅ Merged **Merged:** 1/4/2022 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `vm-tasks` --- ### 📝 Commits (1) - [`d02950c`](https://github.com/luthermonson/go-proxmox/commit/d02950c101ad86613d6688a926d69e3c5b552a8e) added cluster type, updated cluster resources, added vm create/delete ### 📊 Changes **10 files changed** (+198 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `cluster.go` (+27 -15) 📝 `cluster_test.go` (+16 -7) 📝 `nodes.go` (+13 -0) 📝 `proxmox_test.go` (+3 -2) 📝 `storage_test.go` (+2 -2) 📝 `tasks.go` (+4 -0) 📝 `tasks_test.go` (+1 -1) 📝 `types.go` (+89 -6) 📝 `virtual_machines.go` (+9 -0) 📝 `virtual_machines_test.go` (+34 -0) </details> ### 📄 Description _No description provided_ --- <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:06 +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#78
No description provided.