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.VirtualMachineProviderInterfaceA2) (Manager, error)
AddToManager adds the probe manager controller manager.
func NewManger ¶
func NewManger( client client.Client, record vmoprecord.Recorder, vmProvider vmprovider.VirtualMachineProviderInterfaceA2) Manager
NewManger initializes a prober manager.
Click to show internal directories.
Click to hide internal directories.