Skip to content

Commit

Permalink
Fix namespace predicate description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Jul 26, 2024
1 parent 74c7003 commit 897cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/toolchainclustercache/namespace_predicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 897cde7

Please sign in to comment.