mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #116] [MERGED] ✨ feat: Add methods for node custom certificates #160
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#160
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/116
Author: @alperencelik
Created: 2/19/2024
Status: ✅ Merged
Merged: 2/20/2024
Merged by: @luthermonson
Base:
main← Head:custom-cert📝 Commits (1)
b3539e7feat: Add methods for node custom certificates📊 Changes
2 files changed (+35 additions, -0 deletions)
View changed files
📝
nodes.go(+13 -0)📝
types.go(+22 -0)📄 Description
The PR aims to support custom certificate operations on a node level. Here is the relevant API documentation of Proxmox:
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/certificates/custom
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Clonefunctions whenCloneOptions.NewIDis set #186