Skip to content

Commit a93938b

Browse files
shahincsejnuirvifa
andauthored
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: Irvi Aini <[email protected]>
1 parent 2ae6da3 commit a93938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To retrieve a single list in chunks, two new parameters `limit` and `continue` a
130130

131131
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.
132132

133-
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:
133+
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:
134134

135135
1. List all the pods on a cluster, retrieving up to 500 pods each time.
136136

0 commit comments

Comments
 (0)