-
Notifications
You must be signed in to change notification settings - Fork 890
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: strategytype should be duplicated, add default case for Replica… #5289
feat: strategytype should be duplicated, add default case for Replica… #5289
Conversation
603aca2
to
fa3c136
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…DivisionPreference Signed-off-by: vie-serendipity <2733147505@qq.com>
fa3c136
to
4ea4f6e
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5289 +/- ##
==========================================
+ Coverage 28.22% 28.23% +0.01%
==========================================
Files 632 632
Lines 43762 43764 +2
==========================================
+ Hits 12350 12355 +5
+ Misses 30508 30507 -1
+ Partials 904 902 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @vie-serendipity thanks for your contribution! |
now its default value is |
Hi @vie-serendipity, when |
@XiShanYongYe-Chang Thanks, the discussion was clear, I got it. |
@whitewindmills At first I didn't see a default weight reference, now I think weighted makes sense. |
Thanks for your time. |
@vie-serendipity Still thank you for your enthusiasm and participation in the community. Looking forward to your continued contribution. ^-^ By the way, are you using Karmada, or are you learning Karmada? |
I'm still learning Karmada, I think it's an awesome project. |
Thanks @vie-serendipity |
…DivisionPreference
What type of PR is this?
/kind feature
What this PR does / why we need it:
According to this snippet of code, default ReplicaSchedulingType should be Duplicated.
And in case that ReplicaSchedulingType is divided and ReplicaDivisionPreference is not defined, default ReplicaDivisionPreference should be added. I think Aggregated is more appropriate.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: