Add support for pagination #477
Labels
enhancement
New feature or request
good second issue
Clearly described and reproducible, but solution less clear than "good first issue"
kr8s
Which project are you requesting an enhancement for?
kr8s
What do you need?
On clusters with thousands of Pods calling
kr8s.get("pods")
can take a long time and consume a lot of resources on the control plane.It would be nice to support the pagination built into Kubernetes so that we can read the list in chunks.
This would likely mean that methods like
kr8s.get()
would need to become a generator.The text was updated successfully, but these errors were encountered: