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 }