# Functions
NewMockVMGetter creates a new mock instance.
NewMockVMRegistry creates a new mock instance.
NewVMGetter returns a new instance of a VMGetter.
NewVMRegistry returns a VMRegistry.
# Structs
MockVMGetter is a mock of VMGetter interface.
MockVMGetterMockRecorder is the mock recorder for MockVMGetter.
MockVMRegistry is a mock of VMRegistry interface.
MockVMRegistryMockRecorder is the mock recorder for MockVMRegistry.
VMGetterConfig defines settings for VMGetter.
VMRegistryConfig defines configurations for VMRegistry.
# Interfaces
VMGetter defines functionality to get the plugins on the node.
VMRegistry defines functionality to get any new virtual machines on the node, and install them if they're not already installed.