From a93938b00ec6127617a6deb273b7f50c656c39a5 Mon Sep 17 00:00:00 2001 From: Sahadat Hossain Date: Fri, 12 Feb 2021 22:33:16 +0600 Subject: [PATCH] Update content/en/docs/reference/using-api/api-concepts.md Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com> --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index 2d7b940408..cc681a0647 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -130,7 +130,7 @@ To retrieve a single list in chunks, two new parameters `limit` and `continue` a Like a watch operation, a `continue` token will expire after a short amount of time (by default 5 minutes) and return a `410 Gone` if more results cannot be returned. In this case, the client will need to start from the beginning or omit the `limit` parameter. -For example, if there are 1,253 pods on the cluster, and the client wants to receive chunks of 500 pods at a time, they would request those chunks as follows: +For example, if there are 1,253 pods on the cluster then the client wants to receive chunks of 500 pods at a time, they would request those chunks as follows: 1. List all the pods on a cluster, retrieving up to 500 pods each time.