feat: add proxmox reconciliation job

This commit is contained in:
Philipp
2026-06-11 14:48:50 +02:00
parent d08e41b013
commit 137c13fa98
10 changed files with 487 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
package jobs
const TypeProxmoxTaskPoll = "proxmox.task.poll"
const TypeProxmoxReconcileAll = "proxmox.reconcile.all"
type ProxmoxTaskPollPayload struct {
ClusterID string `json:"cluster_id"`