-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't workingin-progressMark issue as being worked onMark issue as being worked on
Description
Describe the bug
When I attempt to filter FluxCD Kustomization resources using custom view, I expect it to filter across all possible columns, but it only works with status, not name.
view.yaml
views:
kustomize.toolkit.fluxcd.io/v1/kustomizations:
sortColumn: NAME:asc
columns:
- NAME
- STATUS
- S:.spec.suspend
- D:.metadata.annotations.kustomize\.toolkit\.fluxcd\.io/reconcile
- READY
- AGE
To Reproduce
Steps to reproduce the behavior:
- Create a custom view configuration
- Open the
kustomization
resources - Filter using
/
and enter any existing name - Observe an empty list
Expected behavior
Filter should work with name too, not only Status
field
Screenshots
On the first screen we can see that it finds branch name with word "metric" in Status
column
But if we try to find the word "metrics" which is in Name
column, it shows an empty list
Versions (please complete the following information):
- OS: macOS 15.3.2
- K9s: v0.50.3
- K8s: v1.32.3
sokyran and anasinnyk
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingin-progressMark issue as being worked onMark issue as being worked on