-
Notifications
You must be signed in to change notification settings - Fork 1
feat: rename UnitedDeployment to YurtAppSet #62
Conversation
Signed-off-by: hxcGit <houxc_mail@163.com>
@HXCGIT: GitHub didn't allow me to assign the following users: your_reviewer. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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/test-infra repository. |
Welcome @HXCGIT! It looks like this is your first PR to openyurtio/yurt-app-manager 🎉 |
@rambohe-ch: GitHub didn't allow me to assign the following users: zzguang. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hxcGit, rambohe-ch 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 |
@rambohe-ch we should directly delete |
It's better import deprecation warnings follow the document https://kubernetes.io/blog/2020/09/03/warnings/#deprecation-warnings. |
@HXCGIT would you be able to post a pull request to fix this potential problem? |
@rambohe-ch Sure, I'll take a look. @huiwq1990 Many thanks to your suggestion! |
Signed-off-by: hxcGit houxc_mail@163.com
What type of PR is this?
/kind good-first-issue
What this PR does / why we need it:
rename UnitedDeployment to YurtAppSet
Which issue(s) this PR fixes:
Fixes openyurtio/openyurt#735
Special notes for your reviewer:
If there is anything you think is unreasonable, please let me know. I will do my best to fix it.
Does this PR introduce a user-facing change?
other Note
I have do some test after changing the name.
make test
pkg/yurtappmanager/util/refmanager/refmanager_test.go
. But this does not seem to be caused by the name change.By the way, I would like to know how to test if the webhook is working correctly. And what other tests do I need to take?