-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix controller typos #127107
base: master
Are you sure you want to change the base?
Fix controller typos #127107
Conversation
Hi @NathanBaulch. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: NathanBaulch 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 |
/ok-to-test |
Looks like everything passed @xuzhenglun 👍 |
@@ -35,6 +35,7 @@ import ( | |||
clientset "k8s.io/client-go/kubernetes" | |||
listersv1 "k8s.io/client-go/listers/core/v1" | |||
"k8s.io/client-go/tools/cache" | |||
"k8s.io/klog/v2" |
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.
nit:
It would be better to squash commit like this to an single one.
432325d
to
033b774
Compare
033b774
to
bcb59e8
Compare
bcb59e8
to
6ef975b
Compare
6ef975b
to
e44e381
Compare
e44e381
to
1951488
Compare
I see only very few instances where the typo might ever get visible to an end user and therefore fixing most of those typos has a negative value (see the evolving policy around this). Let's not merge this unless it gets stripped down manually to just user-visible typos. |
1951488
to
b8e07b6
Compare
@NathanBaulch: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/remove-wg device-management |
What type of PR is this?
/kind cleanup
/kind documentation
What this PR does / why we need it:
Fixes 89 typos in the controller area. This is a subset of the monolithic PR #126623.
Does this PR introduce a user-facing change?