mirror of
https://github.com/niusmallnan/steve.git
synced 2025-05-03 13:36:29 +00:00
Kubernetes API Translator
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. |
||
---|---|---|
pkg | ||
scripts | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.golangci.json | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile |