Skip to content

Commit f146560

Browse files
committed
Adds remainingItemCount to HTTP response
Signed-off-by: irbekrm <[email protected]>
1 parent 4dd2e46 commit f146560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ of 500 pods at a time, request those chunks as follows:
269269
"metadata": {
270270
"resourceVersion":"10245",
271271
"continue": "ENCODED_CONTINUE_TOKEN",
272+
"remainingItemCount": 753,
272273
...
273274
},
274275
"items": [...] // returns pods 1-500
@@ -289,6 +290,7 @@ of 500 pods at a time, request those chunks as follows:
289290
"metadata": {
290291
"resourceVersion":"10245",
291292
"continue": "ENCODED_CONTINUE_TOKEN_2",
293+
"remainingItemCount": 253,
292294
...
293295
},
294296
"items": [...] // returns pods 501-1000

0 commit comments

Comments
 (0)