Skip to content

Commit

Permalink
Fix namespace predicate description (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Jul 29, 2024
1 parent 74c7003 commit afce891
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 afce891

Please sign in to comment.