1
0
mirror of https://github.com/niusmallnan/steve.git synced 2025-04-30 04:03:48 +00:00
steve/pkg/server
Colleen Murphy 84dedac146 Add projectsornamespaces query parameter
Add a new query parameter to filter resources by their namespace or
their namespace's project. This parameter is separate from the existing
`filter` parameter.

Filter by a comma-separated list of projects and/or namespaces with:

?projectsornamespaces=p1,n1,n2

The result can be negated with the ! operator:

?projectsornamespaces!=p1,n1,n2
2023-05-11 14:17:39 -07:00
..
cli Add UI back to steve 2021-02-18 10:36:27 -07:00
handler cleanup: remove duplicate apiserver import 2022-10-27 14:27:13 -07:00
router cleanup: Fix API root header 2022-10-27 14:27:13 -07:00
config.go Update wrangler to use v1 apiextention 2021-04-21 09:49:03 -07:00
server.go Add projectsornamespaces query parameter 2023-05-11 14:17:39 -07:00