-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YUNIKORN-2159] Clean up AppManager implementation (#728)
Refactoring of AppManager implementations to consolidate into AppManagementService. - Merged general app manager into AppManagementService - Migrated pkg/appmgmt -> pkg/cache - Migrated pkg/callback -> pkg/cache - Migrated various utils -> pkg/cache to avoid circular dependencies - Removed Recoverable interface (functionality merged into AppManagementService) - Removed AppManager interface (functionality merged into AppManagementService) - Removed ManagedApp and ManagedTask interfaces - Skipped (currently) broken recovery tests due to interfaces not being usable. These tests will be rewritten in a future PR once the recovery code is integrated into the context. Closes: #728
- Loading branch information
1 parent
8a0d449
commit afbb4a8
Showing
47 changed files
with
938 additions
and
1,294 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.