mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 14:29:45 +00:00
We have two node selection functions: includeNodeFromNodeList and getNodeConditionPredicate, and the logic is different. The logic should be the same, so remove includeNodeFromNodeList and just use getNodeConditionPredicate everywhere. Fix #45772