1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-28 03:10:32 +00:00
steve/pkg
Colleen Murphy 61a39906f9 Add support for NOT filters
This change adds support for excluding results using the != operator.

Example to exclude all results with name "example":

?filter=metadata.name!=example

Include all results from namespace "example" but exclude those with name
"example":

?filter=metadata.namespace=example&metadata.name!=example

Exclude results with name "foo" OR exclude results with name "bar"
(effectively includes results of both types):

?filter=metadata.name!=foo,metadata.name!=bar
2023-03-23 14:12:14 -07:00
..
accesscontrol Merge pull request #61 from KevinJoiner/schema-wather 2022-12-02 10:29:04 -05:00
aggregation Fix restart of steve aggregation 2021-08-16 22:05:50 -07:00
attributes Add ability to disallow methods per a schema attribute 2021-08-13 11:37:57 -07:00
auth Adding validate phase to the CI 2022-10-14 15:21:17 -05:00
client Initial implmentation of warning headers 2022-12-30 12:11:14 -05:00
clustercache Switch clustercache to index by gvk not gvr 2020-10-23 13:57:57 -07:00
controllers/schema Remove noisy logging 2021-05-20 12:10:28 -07:00
debug Refactor 2020-01-30 22:37:59 -07:00
metrics Add metrics 2022-02-14 17:39:37 -07:00
podimpersonation Adding validate phase to the CI 2022-10-14 15:21:17 -05:00
proxy cleanup: Remove unused function 2022-10-27 14:27:13 -07:00
resources Fix resource counts unit tests 2023-01-20 14:19:05 -08:00
schema Merge pull request #61 from KevinJoiner/schema-wather 2022-12-02 10:29:04 -05:00
server Bump dynamic listener to v0.3.5 2022-12-13 16:12:33 -06:00
stores Add support for NOT filters 2023-03-23 14:12:14 -07:00
summarycache Prevent write on closed channel 2022-03-02 19:19:02 -05:00
ui Update to new FrameOptions API from apiserver 2021-04-22 17:22:32 -07:00
version Initial commit 2019-08-04 10:41:32 -07:00