Add filter by namespace #160 (#215)

This commit is contained in:
Tomek Święcicki
2019-03-08 19:44:28 +01:00
committed by Henning Jacobs
parent b3952a2d73
commit d257337a5a
2 changed files with 16 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ You can filter by:
* name
* labels - when query includes ``=``, e.g. ``env=prod``
* namespace - when query starts with ``namespace``, e.g. ``namespace=default``
The pod filter is persisted in the location bar (``#q=..`` query parameter) which allows to conveniently send the filtered view to other users (e.g. for troubleshooting).