mirror of
https://github.com/niusmallnan/steve.git
synced 2025-08-31 21:00:22 +00:00
9f1a27db06237e51d4c0bdf54b1b67c3b31b0bfb
Extend the partition store to parse page and pagesize parameters and return a subset of list results. The total number of pages is included in the list response. Request an initial page: GET /v1/secrets?pagesize=10 or GET /v1/secrets?pagesize=10&page=1 Request subsequent pages, or arbitrary pages: GET /v1/secrets?pagesize=10&page=37 If a page number is out of bounds, an empty list is returned.
Description
Kubernetes API Translator
Languages
Go
99.7%
Dockerfile
0.1%
Makefile
0.1%