# Functions
NewIPManager returns a new instance of IPManager.
# Structs
BasicConfigurer can be used to enable vip-management on nodes that handle their own network connection, in setups where it is sufficient to add the virtual ip using `ip addr add ...` .
The HetznerConfigurer can be used to enable vip-management on nodes rented in a Hetzner Datacenter.
IPConfiguration holds the configuration for VIP manager.
IPManager implements the main functionality of the VIP manager.