-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update runtime dev guide #4390
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
update runtime dev guide #4390
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4390 +/- ##
==========================================
- Coverage 64.17% 58.25% -5.93%
==========================================
Files 467 565 +98
Lines 28200 30952 +2752
==========================================
- Hits 18098 18030 -68
- Misses 7901 10730 +2829
+ Partials 2201 2192 -9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: jiuyu <guotongyu.gty@alibaba-inc.com>
| ## 整体架构 | ||
|  | ||
| - Dataset CRD & Dataset Controller:Dataset CRD与runtime CRD结偶,即无论缓存系统是如何实现,Dataset API都是统一的,所有runtime的开发者都面向相同的Dataset API进行开发,相对应的Dataset Controller的职责主要包括: |
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.
结偶 -> 解耦
b8e2f2e to
c753846
Compare
|
cheyang
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang 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 |



update runtime dev guide.