-
Notifications
You must be signed in to change notification settings - Fork 39
Hiding the buildsign porting layer initialization #1054
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
Hiding the buildsign porting layer initialization #1054
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yevgeny-shnaidman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @ybettan |
✅ Deploy Preview for kubernetes-sigs-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1054 +/- ##
==========================================
- Coverage 79.09% 74.35% -4.74%
==========================================
Files 51 76 +25
Lines 5109 6739 +1630
==========================================
+ Hits 4041 5011 +970
- Misses 882 1520 +638
- Partials 186 208 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
buildsign/pod is a porting layer, and as such we would like to minimize itsexposure to the outer code. This PR make buildsign manager initialize the maker, signer and buildisngpodmanager interfaces inside its own init function, which will remove the exposure to the porting layer from main
5f3ad91 to
3891b56
Compare
|
/lgtm |
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.2 to 0.29.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.2...v0.29.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
buildsign/pod is a porting layer, and as such we would like to minimize itsexposure to the outer code. This PR make buildsign manager initialize the maker, signer and buildisngpodmanager interfaces inside its own init function, which will remove the exposure to the porting layer from main