Files
kubernetes/plugin/pkg/scheduler
Jonathan Basseri 3909dc1341 Avoid array growth in FilteredList.
The method (*schedulerCache).FilteredList builds an array of *v1.Pod
that contains every pod in the cluster except for those filtered out by
a predicate. Today, it starts with a nil slice and appends to it.

Based on current usage, FilteredList is expected to return every pod in
the cluster or omit some pods from a single node. This change reserves
array capacity equal to the total number of pods in the cluster.
2017-12-21 10:50:04 -08:00
..
2017-10-15 18:18:13 -07:00
2017-11-19 11:32:14 -08:00
2017-11-21 23:19:44 -08:00
2017-11-21 23:19:44 -08:00