-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: move most of the packages to 'pkg' #47123
Conversation
I used the following scripts to update all '.go' files:
|
bfe4b2c
to
48be5a1
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #47123 +/- ##
================================================
+ Coverage 71.7785% 72.9145% +1.1359%
================================================
Files 1353 1418 +65
Lines 401276 410541 +9265
================================================
+ Hits 288030 299344 +11314
+ Misses 93707 92369 -1338
+ Partials 19539 18828 -711
Flags with carried forward coverage won't be shown. Click here to find out more.
|
0e9b4f5
to
1ed882a
Compare
Could you also add a shell script attachment in this comment? |
/priority p0 |
@chrysan: Your lgtm message is repeated, so it is ignored. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve just refresh the OWNERS links |
What problem does this PR solve?
Issue Number: ref #41241
Problem Summary:
What is changed and how it works?
As mentioned in #41241, this PR will move most of first-level packages to a new 'pkg' directory. However,
dumpling
andbr
are not moved since further discussions are needed.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.