1
0
mirror of https://github.com/rancher/steve.git synced 2025-05-12 09:54:21 +00:00
steve/pkg/stores/partition/listprocessor
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
..
processor_test.go Add projectsornamespaces query parameter 2023-05-11 14:17:39 -07:00
processor.go Add projectsornamespaces query parameter 2023-05-11 14:17:39 -07:00