-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YUNIKORN-907] Message and interface refactor (#56)
The current interface wraps a number of smaller dedicated messages into one large update message. This provides a simple interface to implement with just one message to be handled. The complexity is hidden inside the unwrapping of the message. This change reverses the process by sending simple dedicated messages and removing teh wrapping. Nodes, applications, allocations and configuration are processed in their own functions. The plugin is now defined as part of the SI and not in the core to start breaking the dependency of the shim on the core. Cleanup of spurious space, tabs and code re-generated based on the latest changes. Co-authored-by: Wilfred Spiegelenburg <[email protected]> Fixes: #56
- Loading branch information
1 parent
179d222
commit 29e980c
Showing
6 changed files
with
954 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.