in pkg/nfs/utils.go [63:73]
func NewControllerServer(d *Driver) *ControllerServer { c := &ControllerServer{ Driver: d, } if d.ipList != nil && len(d.ipList) != 0 { c.LBController = lbcontroller.NewLBController(d.ipList) } return c }