mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #99] [MERGED] Add support for LXC clone #147
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/99
Author: @alperencelik
Created: 10/25/2023
Status: ✅ Merged
Merged: 10/26/2023
Merged by: @luthermonson
Base:
main← Head:main📝 Commits (2)
945f834feat: Add support for LXC clone4affbb8Fix: Check for negative IDs in clone params📊 Changes
2 files changed (+35 additions, -0 deletions)
View changed files
📝
containers.go(+23 -0)📝
types.go(+12 -0)📄 Description
Hi,
I'm currently working on a Kubernetes operator for Proxmox and am impressed by the "go-proxmox" project. I realized that cloning an LXC is not implemented by the client so my PR tries to have an implementation of LXC cloning.
Here is the relevant API documentation on Proxmox:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.