From 897cde799f4406aae2b69b64fc84eb88f6922cfc Mon Sep 17 00:00:00 2001 From: Alexey Kazakov Date: Fri, 26 Jul 2024 09:29:55 -0700 Subject: [PATCH] Fix namespace predicate description --- controllers/toolchainclustercache/namespace_predicate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/toolchainclustercache/namespace_predicate.go b/controllers/toolchainclustercache/namespace_predicate.go index 4b80c21c..680d9268 100644 --- a/controllers/toolchainclustercache/namespace_predicate.go +++ b/controllers/toolchainclustercache/namespace_predicate.go @@ -4,7 +4,7 @@ import ( "sigs.k8s.io/controller-runtime/pkg/event" ) -// CreateAndUpdateOnlyPredicate will filter out all events out of the provided namespace +// namespacePredicate will filter out all events out of the provided namespace type namespacePredicate struct { namespace string }