Files
kubernetes/test/integration
Adhityaa Chandrasekar ec83143342 scheduler: merge Reserve and Unreserve plugins
Previously, separate interfaces were defined for Reserve and Unreserve
plugins. However, in nearly all cases, a plugin that allocates a
resource using Reserve will likely want to register itself for Unreserve
as well in order to free the allocated resource at the end of a failed
scheduling/binding cycle. Having separate plugins for Reserve and
Unreserve also adds unnecessary config toil. To that end, this patch
aims to merge the two plugins into a single interface called a
ReservePlugin that requires implementing both the Reserve and Unreserve
methods.
2020-06-24 21:10:35 +00:00
..
2020-03-05 14:59:46 -08:00
2020-03-05 14:59:47 -08:00
2020-02-07 18:16:47 -08:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-02-08 12:30:21 -05:00
2018-06-22 16:22:57 -07:00
2020-02-08 12:30:21 -05:00
2020-02-08 12:30:21 -05:00
2020-03-05 14:59:46 -08:00
2020-03-05 14:59:46 -08:00
2020-02-08 12:30:21 -05:00
2020-03-05 14:59:46 -08:00
2020-03-05 14:59:46 -08:00
2020-03-05 14:59:46 -08:00
2019-11-06 17:39:05 -05:00
2020-03-05 14:59:46 -08:00
2020-03-05 14:59:46 -08:00