mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-11 02:50:55 -04:00
Automatic merge from submit-queue (batch tested with PRs 56413, 56322, 56490, 56460, 56487). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Put process of getting pod controller reference into metadata **What this PR does / why we need it**: We should extract our common process/data into metadata just as other map priority functions do, so we could avoid getting same required data repeatedly in every node map process. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # None **Special notes for your reviewer**: **Release note**: ```release-note None ``` |
||
|---|---|---|
| .. | ||
| util | ||
| balanced_resource_allocation.go | ||
| balanced_resource_allocation_test.go | ||
| BUILD | ||
| image_locality.go | ||
| image_locality_test.go | ||
| interpod_affinity.go | ||
| interpod_affinity_test.go | ||
| least_requested.go | ||
| least_requested_test.go | ||
| metadata.go | ||
| metadata_test.go | ||
| most_requested.go | ||
| most_requested_test.go | ||
| node_affinity.go | ||
| node_affinity_test.go | ||
| node_label.go | ||
| node_label_test.go | ||
| node_prefer_avoid_pods.go | ||
| node_prefer_avoid_pods_test.go | ||
| reduce.go | ||
| resource_limits.go | ||
| resource_limits_test.go | ||
| selector_spreading.go | ||
| selector_spreading_test.go | ||
| taint_toleration.go | ||
| taint_toleration_test.go | ||
| test_util.go | ||