We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1d873 commit 570a5d7Copy full SHA for 570a5d7
internal/proxmox/types.go
@@ -61,7 +61,6 @@ type Service interface {
61
WaitForLock(node string, vmID int) error
62
WaitForRunning(node string, vmID int) error
63
WaitForStopped(node string, vmID int) error
64
- UPIDTest() error
65
66
// Pool Management
67
GetPoolVMs(poolName string) ([]VirtualResource, error)
0 commit comments