1
0
mirror of https://github.com/niusmallnan/steve.git synced 2025-05-03 13:36:29 +00:00
Kubernetes API Translator
Go to file
Colleen Murphy adecbd9122 Add sorting to partition store
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.
2022-12-14 09:13:58 -08:00
pkg Add sorting to partition store 2022-12-14 09:13:58 -08:00
scripts Add go generate to CI 2022-10-27 22:18:32 -04:00
.dockerignore Refactor 2020-01-30 22:37:59 -07:00
.drone.yml Add go generate to CI 2022-10-27 22:18:32 -04:00
.gitignore Dependencies bumps 2022-04-05 17:15:14 +02:00
.golangci.json Adding validate phase to the CI 2022-10-14 15:21:17 -05:00
Dockerfile Bump go to version 1.19 2022-10-14 08:52:00 -05:00
go.mod Bump dynamic listener to v0.3.5 2022-12-13 16:12:33 -06:00
go.sum Bump dynamic listener to v0.3.5 2022-12-13 16:12:33 -06:00
LICENSE Initial commit 2019-08-04 10:41:32 -07:00
main.go Update wrangler 2022-01-07 14:31:29 -07:00
Makefile Adding validate phase to the CI 2022-10-14 15:21:17 -05:00