From: Eshel Yaron Date: Fri, 2 Aug 2024 14:42:18 +0000 (+0200) Subject: (List Filter): Document 'kubed-list-filter-operator-alist' X-Git-Tag: v0.2.0~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c75a19dd432a3fe0037a54dd278fe46a206c1aa;p=kubed.git (List Filter): Document 'kubed-list-filter-operator-alist' --- diff --git a/kubed.texi b/kubed.texi index 550eb05..8b0662b 100644 --- a/kubed.texi +++ b/kubed.texi @@ -294,6 +294,15 @@ example, the filter @samp{= Name foobar} keeps only resources whose name is @samp{foobar}. To include whitespace in @var{val}, wrap @var{val} in double quotes: @samp{= Name "foo bar"}. +The possible values of @var{op} and their meanings are defined in +@code{kubed-list-filter-operator-alist}, which is a user option you +can use to add or change the meaning of filter operators: + +@defopt kubed-list-filter-operator-alist +Association list of filter operators and corresponding Emacs Lisp +functions. See the documentation string of this option for specifics. +@end defopt + You can use more refined filters by composing simple filters. To add another filter that resources must satisfy, wrap your two filters in parentheses and put them next to each other: