Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { ctrlmgr.Runnable AddToProberManager(vm *vmopv1.VirtualMachine) RemoveFromProberManager(vm *vmopv1.VirtualMachine) }
Manager represents a prober manager interface.
func AddToManager ¶
func AddToManager(mgr ctrlmgr.Manager, vmProvider vmprovider.VirtualMachineProviderInterface) (Manager, error)
AddToManager adds the probe manager controller manager.
func NewManger ¶
func NewManger(client client.Client, record vmoprecord.Recorder, vmProvider vmprovider.VirtualMachineProviderInterface) Manager
NewManger initializes a prober manager.
Click to show internal directories.
Click to hide internal directories.