Documentation
¶
Index ¶
- func HandleDeleteCluster(app core.App, e *core.RequestEvent) error
- func HandleDeleteLXC(app core.App, e *core.RequestEvent) error
- func HandleDeleteNode(app core.App, e *core.RequestEvent) error
- func HandleDeleteQemu(app core.App, e *core.RequestEvent) error
- func HandleGetCluster(app core.App, e *core.RequestEvent) error
- func HandleGetLXC(app core.App, e *core.RequestEvent) error
- func HandleGetNode(app core.App, e *core.RequestEvent) error
- func HandleGetQemu(app core.App, e *core.RequestEvent) error
- func HandleIngestCluster(app core.App, e *core.RequestEvent) error
- func HandleIngestLXC(app core.App, e *core.RequestEvent) error
- func HandleIngestNode(app core.App, e *core.RequestEvent) error
- func HandleIngestQemu(app core.App, e *core.RequestEvent) error
- func HandleListClusters(app core.App, e *core.RequestEvent) error
- func HandleListLXC(app core.App, e *core.RequestEvent) error
- func HandleListNodes(app core.App, e *core.RequestEvent) error
- func HandleListQemu(app core.App, e *core.RequestEvent) error
- type ListResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleDeleteCluster ¶
func HandleDeleteCluster(app core.App, e *core.RequestEvent) error
func HandleDeleteLXC ¶
func HandleDeleteLXC(app core.App, e *core.RequestEvent) error
func HandleDeleteNode ¶
func HandleDeleteNode(app core.App, e *core.RequestEvent) error
func HandleDeleteQemu ¶
func HandleDeleteQemu(app core.App, e *core.RequestEvent) error
func HandleGetCluster ¶
func HandleGetCluster(app core.App, e *core.RequestEvent) error
func HandleGetLXC ¶
func HandleGetLXC(app core.App, e *core.RequestEvent) error
func HandleGetNode ¶
func HandleGetNode(app core.App, e *core.RequestEvent) error
func HandleGetQemu ¶
func HandleGetQemu(app core.App, e *core.RequestEvent) error
func HandleIngestCluster ¶
func HandleIngestCluster(app core.App, e *core.RequestEvent) error
HandleIngestCluster handles the ingestion of a Proxmox cluster
func HandleIngestLXC ¶
func HandleIngestLXC(app core.App, e *core.RequestEvent) error
HandleIngestLXC handles the ingestion of a Proxmox LXC container
func HandleIngestNode ¶
func HandleIngestNode(app core.App, e *core.RequestEvent) error
HandleIngestNode handles the ingestion of a Proxmox node
func HandleIngestQemu ¶
func HandleIngestQemu(app core.App, e *core.RequestEvent) error
HandleIngestQemu handles the ingestion of a Proxmox QEMU VM
func HandleListClusters ¶
func HandleListClusters(app core.App, e *core.RequestEvent) error
func HandleListLXC ¶
func HandleListLXC(app core.App, e *core.RequestEvent) error
func HandleListNodes ¶
func HandleListNodes(app core.App, e *core.RequestEvent) error
func HandleListQemu ¶
func HandleListQemu(app core.App, e *core.RequestEvent) error
Types ¶
Click to show internal directories.
Click to hide internal directories.