-
Notifications
You must be signed in to change notification settings - Fork 94
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
🌱 set cma managed by addon-manager if not configured #374
🌱 set cma managed by addon-manager if not configured #374
Conversation
/hold |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
==========================================
+ Coverage 61.37% 61.48% +0.11%
==========================================
Files 132 133 +1
Lines 14051 14087 +36
==========================================
+ Hits 8624 8662 +38
Misses 4672 4672
+ Partials 755 753 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: haoqing0110 <qhao@redhat.com>
1f99fa2
to
7aac720
Compare
4c4c965
to
19d6335
Compare
Signed-off-by: haoqing0110 <qhao@redhat.com>
19d6335
to
6adeddb
Compare
/assign @qiujian16 |
) | ||
|
||
// clusterManagementAddonController reconciles cma on the hub. | ||
type clusterManagementAddonController struct { |
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.
need a better name and a better description on what this controller really does.
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.
@qiujian16 will add more description, for the name, any suggestion?
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.
If the purpose is to set annotation, maybe just CMAManagedByController
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.
Have modified the controller and added more description.
Signed-off-by: haoqing0110 <qhao@redhat.com>
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.
/approve
/assign @zhujian7
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haoqing0110, qiujian16 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 |
/lgtm |
/unhold |
22501d8
into
open-cluster-management-io:main
Summary
Ref: #355
Related issue(s)
Fixes #