Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + func NewDriver() (resource.IPDriver, error) + type NetDriver struct + func (driver *NetDriver) GetHostInfo(host string) (*types.HostInfo, error) + func (driver *NetDriver) GetIPAddr(host, containerID, requestIP string) (*types.IPInfo, error) + func (driver *NetDriver) ReleaseIPAddr(host string, containerID string, ipInfo *types.IPInfo) error