-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
query: Allow multiple filters to be specified
To make the query API more flexible, while retaining simplicity for simple queries, allow multiple filters to be specified in a query. Objects returned in the query response must match all criteria in at least one of the specified filters; i.e., within a given filter the criteria are a conjunction (AND), while the multiple filters are a disjunction (OR). This is a breaking change, hence the version bump to v1alpha2. Signed-off-by: Adam Wolfe Gordon <[email protected]>
- Loading branch information
Showing
3 changed files
with
115 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters