Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converter: make backend package independent #138

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Aug 18, 2022

Move pkg/converter/backend to pkg/backend.

The advantage of this change is that if a component imports the
converter package, but it doesn't need backend support, the non-direct
dependencies in pkg/backend don't have to be imported either.

Signed-off-by: Yan Song imeoer@linux.alibaba.com

Move `pkg/converter/backend` to `pkg/backend`.

The advantage of this change is that if a component imports the
converter package, but it doesn't need backend support, the non-direct
dependencies in `pkg/backend` don't have to be imported either.

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
@imeoer imeoer requested a review from changweige August 18, 2022 06:46
@codecov-commenter
Copy link

Codecov Report

Merging #138 (8dc8632) into main (62fbe34) will decrease coverage by 0.78%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   30.05%   29.26%   -0.79%     
==========================================
  Files          20       20              
  Lines        1647     1647              
==========================================
- Hits          495      482      -13     
- Misses       1087     1100      +13     
  Partials       65       65              
Impacted Files Coverage Δ
pkg/filesystem/fs/blob_manager.go 44.44% <0.00%> (-11.12%) ⬇️
pkg/auth/kubesecret.go 23.71% <0.00%> (-10.31%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@changweige
Copy link
Member

Can we rename backend to storage?

Copy link
Member

@changweige changweige left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@changweige changweige merged commit 56f943f into containerd:main Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants