[PR #176] [CLOSED] List ha resources #197

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/176
Author: @Pivnoy
Created: 11/2/2024
Status: Closed

Base: mainHead: list-ha-resources


📝 Commits (10+)

  • a53a116 vzdump api call
  • 51986f5 Merge pull request #1 from Pivnoy/vzdump
  • 9ec5fe0 struct tag fix
  • 1c60063 Merge pull request #2 from Pivnoy/vzdump
  • 50b62d3 replace vzdump method based on proxmox ve api
  • c63ed1a Merge pull request #3 from Pivnoy/vzdump
  • ff0cfce review comment fixes
  • a904ff2 Merge pull request #4 from Pivnoy/vzdump
  • 11c9af7 Merge branch 'luthermonson:main' into main
  • 4a746d8 Merge branch 'luthermonson:main' into main

📊 Changes

7 files changed (+301 additions, -25 deletions)

View changed files

cluster_ha.go (+121 -0)
cluster_ha_resources.go (+81 -0)
📝 options.go (+8 -1)
📝 proxmox.go (+7 -7)
📝 types.go (+71 -14)
util.go (+5 -0)
📝 virtual_machine.go (+8 -3)

📄 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/176 **Author:** [@Pivnoy](https://github.com/Pivnoy) **Created:** 11/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `list-ha-resources` --- ### 📝 Commits (10+) - [`a53a116`](https://github.com/luthermonson/go-proxmox/commit/a53a116b96f0b549bd05428de2912c4caa0a05c1) vzdump api call - [`51986f5`](https://github.com/luthermonson/go-proxmox/commit/51986f5f4dfd485350ce29a8fbc5c80e08f6edb4) Merge pull request #1 from Pivnoy/vzdump - [`9ec5fe0`](https://github.com/luthermonson/go-proxmox/commit/9ec5fe0b8b40b46b049ee87d4bcb573f1199f231) struct tag fix - [`1c60063`](https://github.com/luthermonson/go-proxmox/commit/1c600639a6abae2a5fc7115867d33e0c749697f1) Merge pull request #2 from Pivnoy/vzdump - [`50b62d3`](https://github.com/luthermonson/go-proxmox/commit/50b62d3800ab195f14c82fb3a9de7d9fc3cc01ef) replace vzdump method based on proxmox ve api - [`c63ed1a`](https://github.com/luthermonson/go-proxmox/commit/c63ed1a8c753f7fb3ce833f8b403bdb07013dd26) Merge pull request #3 from Pivnoy/vzdump - [`ff0cfce`](https://github.com/luthermonson/go-proxmox/commit/ff0cfcef2aeb5e9caaba8eb6b6ac395d26ec3cfb) review comment fixes - [`a904ff2`](https://github.com/luthermonson/go-proxmox/commit/a904ff28d74eff5baec07d8dd09978289c0a31ff) Merge pull request #4 from Pivnoy/vzdump - [`11c9af7`](https://github.com/luthermonson/go-proxmox/commit/11c9af78437ca1a40c996b3cb1f9f33a63d96cba) Merge branch 'luthermonson:main' into main - [`4a746d8`](https://github.com/luthermonson/go-proxmox/commit/4a746d8dfd146ec89098f276cc5c8c53d95d1f86) Merge branch 'luthermonson:main' into main ### 📊 Changes **7 files changed** (+301 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `cluster_ha.go` (+121 -0) ➕ `cluster_ha_resources.go` (+81 -0) 📝 `options.go` (+8 -1) 📝 `proxmox.go` (+7 -7) 📝 `types.go` (+71 -14) ➕ `util.go` (+5 -0) 📝 `virtual_machine.go` (+8 -3) </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:39 +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#197
No description provided.