-
Notifications
You must be signed in to change notification settings - Fork 885
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 conflictResolution attribute for resources that follow dependency distribution #5731
Conversation
[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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5731 +/- ##
==========================================
- Coverage 40.86% 40.86% -0.01%
==========================================
Files 651 651
Lines 55259 55262 +3
==========================================
- Hits 22582 22581 -1
- Misses 31237 31240 +3
- Partials 1440 1441 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… distribution Signed-off-by: chaosi-zju <[email protected]>
?? |
Duplicate of #4418. |
Duplicate of #4418 |
/close |
@RainbowMango: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
When users enable dependency distribution for a resource template, it will inherit the
ConflictResolution
attribute from the resource they are following. As a result, we can migrate resources that follow dependency distribution.Which issue(s) this PR fixes:
Fixes
Special notes for your reviewer:
Does this PR introduce a user-facing change?: