Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

API response paging for large data sets #150

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

API response paging for large data sets #150

wants to merge 7 commits into from

Conversation

dvazar
Copy link

@dvazar dvazar commented Dec 25, 2017

In Kubernetes 1.8 an opportunity to obtain a large amount of data by chunks. For this, two options have been added to the query parameters:
limit - a maximum number of responses to return for a list call;
continue - should be set when retrieving more results from the server.

This pull request is a proposal for implementing this feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant