[PR #165] [MERGED] Quality of life features for ContainerConfig #190

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/165
Author: @xortim
Created: 9/28/2024
Status: Merged
Merged: 10/3/2024
Merged by: @luthermonson

Base: mainHead: feature/containerconfig-qol


📝 Commits (1)

  • 515056d Quality of life features for ContainerConfig

📊 Changes

5 files changed (+309 additions, -68 deletions)

View changed files

container_config.go (+66 -0)
📝 containers.go (+82 -0)
📝 containers_test.go (+60 -0)
📝 tests/mocks/pve7x/nodes.go (+2 -0)
📝 types.go (+99 -68)

📄 Description

Shamelessly copied TagsSlice and Tag helper functions from VirtualMachine implementation
Add Indexed fields helper maps


🔄 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/165 **Author:** [@xortim](https://github.com/xortim) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `feature/containerconfig-qol` --- ### 📝 Commits (1) - [`515056d`](https://github.com/luthermonson/go-proxmox/commit/515056df711d984ce29f9874425e43e290b84590) Quality of life features for ContainerConfig ### 📊 Changes **5 files changed** (+309 additions, -68 deletions) <details> <summary>View changed files</summary> ➕ `container_config.go` (+66 -0) 📝 `containers.go` (+82 -0) 📝 `containers_test.go` (+60 -0) 📝 `tests/mocks/pve7x/nodes.go` (+2 -0) 📝 `types.go` (+99 -68) </details> ### 📄 Description Shamelessly copied TagsSlice and Tag helper functions from VirtualMachine implementation Add Indexed fields helper maps --- <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:37 +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#190
No description provided.