From 979bc3cd0a61c439db17020046fbc66ac5f72ccc Mon Sep 17 00:00:00 2001 From: Abdelrahman Ahmed Date: Sun, 9 Jun 2024 03:23:18 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ignoring=20reasons=20and=20names?= =?UTF-8?q?pace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filter/podEventsFilter.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/filter/podEventsFilter.go b/filter/podEventsFilter.go index d7cf7f75..3ac97390 100644 --- a/filter/podEventsFilter.go +++ b/filter/podEventsFilter.go @@ -27,15 +27,6 @@ func (f PodEventsFilter) Execute(ctx *Context) bool { ctx.ContainersHasIssues = false return true } - - /* - if ev.Reason == "FailedScheduling" || - ev.Reason == "NetworkNotReady" || - ev.Reason == "FailedMount" { - ctx.PodHasIssues = true - ctx.ContainersHasIssues = false - return false - }*/ } } return false