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

export label and handler defined in containerd #351

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Feb 12, 2023

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
See containerd/containerd#8054

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2023

Codecov Report

Base: 29.28% // Head: 29.36% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (d959c58) compared to base (0b379b0).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #351      +/-   ##
==========================================
+ Coverage   29.28%   29.36%   +0.07%     
==========================================
  Files          38       38              
  Lines        3811     3811              
==========================================
+ Hits         1116     1119       +3     
+ Misses       2563     2560       -3     
  Partials      132      132              
Impacted Files Coverage Δ
pkg/utils/registry/registry.go 33.96% <0.00%> (ø)
pkg/blob/blob_manager.go 32.65% <0.00%> (+3.06%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

// For package compatibility, we still keep the old exported name here.
var AppendLabelsHandlerWrapper = snpkg.AppendInfoHandlerWrapper

// For package compatibility, we still keep the old exported name here.
Copy link
Member

Choose a reason for hiding this comment

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

This compatibility trick looks good to me. Hopefully, we can update this package's consumer to let them directly import containerd/snapshotters packge.

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.

None yet

3 participants