mirror of
https://github.com/rancher/norman.git
synced 2025-09-18 08:14:56 +00:00
There is now a recognized option for opting out of pagination. Prior, passing a limit of -1 would set the pagination limit to the default, 1000. Now, a value of -1 will set the pagination limit to the max, likely resulting in a non paginated response.