From f1465601c3147b0926890a65fb48d321bac99761 Mon Sep 17 00:00:00 2001 From: irbekrm Date: Sun, 26 Jun 2022 14:25:43 +0100 Subject: [PATCH] Adds remainingItemCount to HTTP response Signed-off-by: irbekrm --- content/en/docs/reference/using-api/api-concepts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index 1a722acffd2..e2aa7bfbbfa 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -269,6 +269,7 @@ of 500 pods at a time, request those chunks as follows: "metadata": { "resourceVersion":"10245", "continue": "ENCODED_CONTINUE_TOKEN", + "remainingItemCount": 753, ... }, "items": [...] // returns pods 1-500 @@ -289,6 +290,7 @@ of 500 pods at a time, request those chunks as follows: "metadata": { "resourceVersion":"10245", "continue": "ENCODED_CONTINUE_TOKEN_2", + "remainingItemCount": 253, ... }, "items": [...] // returns pods 501-1000