mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 14:51:57 +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.