mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
add superseded to list filter mask
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
This commit is contained in:
@@ -241,6 +241,9 @@ func (l *List) SetStateMask() {
|
||||
if l.Failed {
|
||||
state |= ListFailed
|
||||
}
|
||||
if l.Superseded {
|
||||
state |= ListSuperseded
|
||||
}
|
||||
|
||||
// Apply a default
|
||||
if state == 0 {
|
||||
|
||||
Reference in New Issue
Block a user