Quota management Part 03 quota management (qm) lib integration add qm backend #147
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Multi-part Quota Management Integration
Part 1: #132
Part 2: #145
Part 3 (this PR): #147
Summary of Changes
This PR adds the MCAD Quota Library and RP Manager component illustrated in the attached component file. Other changes to component are related to renaming. Finally, some changes are related to generating a private build.
Note: Integration requires building with a private tag.
Makefile
Enable private build
deployment/mcad-controller/templates/configmap.yaml
Helm support changes
deployment/mcad-controller/templates/deployment.yaml
Helm support changes
deployment/mcad-controller/values.yaml
Helm support changes
pkg/controller/queuejob/queuejob_controller_ex.go
Quota management and resource plan integration into controller
pkg/controller/quota/quotamanager/qm_lib_backend_with_resplan_mgr.go
Quota management and resource plan integration into controller
..._resplan_mgr/resplanmgr/event_handlers.go
Renaming
...n_mgr/resplanmgr/resource_plan_manager.go
Renaming
..._resplan_mgr/resplanmgr/util/constants.go
Renaming
private.mod
Enable private build
test/e2e/queue.go
Disable private build
test/e2e/quota.go
Support e2e quota testing
test/e2e/util.go
Support e2e quota testing