mirror of
https://github.com/niusmallnan/steve.git
synced 2026-08-09 00:36:51 +00:00
b151f255816c8e6c36c509e15ca149a2da0d7341
Extend the sorting functionality in the partition store to support primary and secondary sorting criteria. Sorting parameters are specified by a single 'sort' query and comma separated. Example: Sort by name and creation time: GET /v1/secrets?sort=metadata.name,metadata.creationTimestamp Reverse sort by name, normal sort by creation time: GET /v1/secrets?sort=-metadata.name,metadata.creationTimestamp Normal sort by name, reverse sort by creation time: GET /v1/secrets?sort=metadata.name,-metadata.creationTimestamp
Description
Kubernetes API Translator
Languages
Go
99.7%
Dockerfile
0.1%
Makefile
0.1%