-
Notifications
You must be signed in to change notification settings - Fork 8.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
Add missing lua bindata change #2208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2208 +/- ##
=======================================
Coverage 36.98% 36.98%
=======================================
Files 70 70
Lines 4978 4978
=======================================
Hits 1841 1841
Misses 2857 2857
Partials 280 280
Continue to review full report at Codecov.
|
How about adding a lint to bindata file? Make sure internal/file/bindata.go has the same hash as |
@halfcrazy good point, I will add a verify script |
/hold |
c99df4b
to
a0dfac4
Compare
Add script to verify if bindata is up to date. Add changes in kubernetes#2205 to bindata and reformat bindata file to the format that go-bindata generated.
/hold cancel |
/approve |
@oilbeater thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, oilbeater 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 |
What this PR does / why we need it:
add changes in #2205 to bindata and reformat bindata file to the format that go-bindata generated.