mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-23 02:47:13 +00:00
adecbd91226dc37a76c39be5f79f55e711b8e3ea
Extend the partition store to parse the "sort" query parameter as a sorting condition. Dot notation is used to denote the object field. Preceding the key with "-" denotes descending (reverse) order. Example sorting by name: GET /v1/secrets?sort=metadata.name Reverse sorting by name: GET /v1/secrets?sort=-metadata.name All values are converted to strings and sorted lexicographically.
Description
Kubernetes API Translator
Languages
Go
99.7%
Dockerfile
0.1%
Makefile
0.1%