runtime-manager: refactor codes about store and resource-exectutor#170
Conversation
297847f to
fa308dc
Compare
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
=======================================
Coverage 57.82% 57.82%
=======================================
Files 91 91
Lines 8159 8159
=======================================
Hits 4718 4718
Misses 3029 3029
Partials 412 412
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
1. set metaManager as inner class inside store package. other package call store.WritePodSandboxInfo directly instead of getting a new Metamanager first. 2. resource-executor adapts for the new structed PodSandboxInfo/ContianerInfo Signed-off-by: honpey <honpey@gmail.com>
fa308dc to
06e3658
Compare
|
cc @jasonliu747 |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hormes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
directly instead of getting a new Metamanager first.
Signed-off-by: honpey honpey@gmail.com
Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews