tintoy / dotnet-kube-client

A Kubernetes API client for .NET Standard / .NET Core
MIT License
192 stars 33 forks source link

Add paging support #11

Open tintoy opened 6 years ago

tintoy commented 6 years ago

List operations for resources should support skip / take parameters (or a Page object that does the same thing).