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