[PR #464] [MERGED] Feat: HaResource delete #491

Closed
opened 2026-02-28 00:42:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/464
Author: @Tinyblargon
Created: 9/27/2025
Status: Merged
Merged: 9/27/2025
Merged by: @Tinyblargon

Base: masterHead: ha-delete


📝 Commits (2)

  • 1a62f6c refactor: remove unused field
  • 2b57066 feat: delete HaResource

📊 Changes

8 files changed (+81 additions, -32 deletions)

View changed files

📝 proxmox/client__api.go (+5 -0)
📝 proxmox/client__api__mock.go (+8 -0)
📝 proxmox/client__new.go (+1 -0)
📝 proxmox/client__new__mock.go (+8 -0)
📝 proxmox/config__guest.go (+23 -0)
📝 proxmox/config__ha__rules.go (+24 -28)
📝 proxmox/config__ha__rules_test.go (+2 -4)
📝 proxmox/error.go (+10 -0)

📄 Description

Adds functionality to delete a HA Resource.

Removes unused rawDigest from the HA rules.

Related to https://github.com/Telmate/terraform-provider-proxmox/issues/1394


🔄 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/Telmate/proxmox-api-go/pull/464 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/27/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `ha-delete` --- ### 📝 Commits (2) - [`1a62f6c`](https://github.com/Telmate/proxmox-api-go/commit/1a62f6c733052a99274011fb2208aa5f7eb9ae00) refactor: remove unused field - [`2b57066`](https://github.com/Telmate/proxmox-api-go/commit/2b57066777b9e3856e6a8a8ee798c2364fb92496) feat: delete HaResource ### 📊 Changes **8 files changed** (+81 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client__api.go` (+5 -0) 📝 `proxmox/client__api__mock.go` (+8 -0) 📝 `proxmox/client__new.go` (+1 -0) 📝 `proxmox/client__new__mock.go` (+8 -0) 📝 `proxmox/config__guest.go` (+23 -0) 📝 `proxmox/config__ha__rules.go` (+24 -28) 📝 `proxmox/config__ha__rules_test.go` (+2 -4) 📝 `proxmox/error.go` (+10 -0) </details> ### 📄 Description Adds functionality to delete a HA Resource. Removes unused `rawDigest` from the HA rules. Related to https://github.com/Telmate/terraform-provider-proxmox/issues/1394 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:24 +03:00
Sign in to join this conversation.
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/proxmox-api-go#491
No description provided.