mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-02 00:30:58 +00:00
Automatic merge from submit-queue change all PredicateFunc to use SelectionPredicate What? - This PR changes all PredicateFunc in registry to return SelectionPredicate instead of Matcher interface. Why? - We want to pass SelectionPredicate to storage layer. Matcher interface did not expose enough information for indexing.