-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Refactor] Move image to internal #5261
[Refactor] Move image to internal #5261
Conversation
This PR is an effort towards reducing the public surface of APIs. It move image/ to internal/image Signed-off-by: Varsha Prasad Narsing <[email protected]> (cherry picked from commit 1f5890709fdc17de6f44f42b5138dd0f7e64bc74)
/assign |
This PR looks almost good! But I think it looks like |
@koba1t I was looking into it.
imageTagUpdater is itself not exported, we need not worry about its public support. It can be used only inside filters pkg/ as we need it in future in case we want to expand. Which is why I'm hesitant on moving it away from imagetag pkg, to have all the related code in one place. What do you think?
|
Sorry, I couldn't find it. /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: natasha41575, varshaprasad96 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR is an effort towards reducing the public surface of APIs. It move image/ to internal/image
Signed-off-by: Varsha Prasad Narsing [email protected]
(cherry picked from commit 1f5890709fdc17de6f44f42b5138dd0f7e64bc74)