1
0
mirror of synced 2026-06-26 21:50:48 +00:00

Fix 'flux get all --status-selector' for Alert and Provider

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2026-06-25 12:15:26 +01:00
parent cec25b5d1e
commit 65d4635709
5 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -92,5 +92,5 @@ func (s alertListAdapter) headers(includeNamespace bool) []string {
}
func (s alertListAdapter) statusSelectorMatches(i int, conditionType, conditionStatus string) bool {
return false
return readyStatusMatches(conditionType, conditionStatus)
}