-
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]: Internalize loader api #5193
[refactor]: Internalize loader api #5193
Conversation
Thanks for the PR @varshaprasad96! @koba1t could you give this a review? The related issue is #3942 /assign @koba1t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varshaprasad96
I've commented on a minor change.
Could you check it?
686c47b
to
67516e6
Compare
/lgtm |
@natasha41575 @annasong20 Could we merge this? Thanks! |
67516e6
to
154884a
Compare
/assign |
@varshaprasad96 some tests are failing, could you address those? |
154884a
to
b233d1a
Compare
b233d1a
to
e8cc46d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/hold
Feel free to remove the hold when you update my nit above and ping me for another lgtm.
[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 intends to move the loader api to internal. Only the necessary methods which are needed for the api have been put into `pkg/loader.go`. Signed-off-by: Varsha Prasad Narsing <[email protected]>
e8cc46d
to
7911b2c
Compare
/remove hold |
/hold cancel |
This PR intends to move the loader api to
internal. Only the necessary methods which
are needed for the api have been put into
pkg/loader.go
.