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 NewManager ¶ added in v1.8.6
func NewManager( client client.Client, record vmoprecord.Recorder, vmProvider vmprovider.VirtualMachineProviderInterfaceA2) Manager
NewManager initializes a prober manager.
Click to show internal directories.
Click to hide internal directories.