-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat: component ref #761
feat: component ref #761
Conversation
# Conflicts: # components/ref/config.go # pkg/runtime/ref/injector.go # pkg/runtime/ref/injector_test.go
Codecov ReportBase: 60.56% // Head: 60.39% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #761 +/- ##
==========================================
- Coverage 60.56% 60.39% -0.17%
==========================================
Files 133 133
Lines 8340 8398 +58
==========================================
+ Hits 5051 5072 +21
- Misses 2712 2738 +26
- Partials 577 588 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
cccb119
to
33d9aa8
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. Thanks!
@ZLBer By the way, could u add documentation for this feature? Maybe in some other PR |
@seeflood sure, i will add a doc in another pr. |
What this PR does:
add component ref
Which issue(s) this PR fixes:
Fixes #756
Special notes for your reviewer:
Does this PR introduce a user-facing change?: