mirror of
https://github.com/rancher/steve.git
synced 2025-05-11 09:24:20 +00:00
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 |
||
---|---|---|
.. | ||
processor_test.go | ||
processor.go |