kubernetes/cmd/kube-scheduler/app
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
..
config Migrate kube-scheduler to use common fallback 2020-06-22 10:02:54 -04:00
options Migrate kube-scheduler to use common fallback 2020-06-22 10:02:54 -04:00
testing cmd/*: fail on unrecognized flags/arguments for component CLI 2020-05-28 22:06:01 +03:00
BUILD Merge pull request #92082 from chelseychen/event-fallback2 2020-06-23 01:23:40 -07:00
server_test.go scheduler: merge Reserve and Unreserve plugins 2020-06-24 21:10:35 +00:00
server.go Merge pull request #92082 from chelseychen/event-fallback2 2020-06-23 01:23:40 -07:00