mirror of
https://github.com/rancher/steve.git
synced 2025-04-28 03:10:32 +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 |
||
---|---|---|
.. | ||
accesscontrol | ||
aggregation | ||
attributes | ||
auth | ||
client | ||
clustercache | ||
controllers/schema | ||
debug | ||
metrics | ||
podimpersonation | ||
proxy | ||
resources | ||
schema | ||
server | ||
stores | ||
summarycache | ||
ui | ||
version |