-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Remove GetClientsetForCluster() #44545
Remove GetClientsetForCluster() #44545
Conversation
Hi @FengyunPan. 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 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. I understand the commands that are listed here. |
/release-note-none |
@k8s-bot ok to test |
Thanks @FengyunPan https://github.com/kubernetes/kubernetes/search?utf8=%E2%9C%93&q=GetClientSetForCluster&type= |
0824966
to
c44eb82
Compare
Sorry, I can't find where it's still being referenced. |
The newClusterClientset() has insteaded of GetClientsetForCluster(), and GetClientsetForCluster() run wrong. Let's remove it.
c44eb82
to
2077a5c
Compare
@FengyunPan Did you try the link I posted above. The function is referenced in: federation/pkg/federation-controller/util/federated_updater_test.go |
@FengyunPan never mind, I see that those are not real references to the function that you're removing. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FengyunPan, quinton-hoole
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot gce etcd3 e2e test this |
Automatic merge from submit-queue |
The newClusterClientset() has insteaded of GetClientsetForCluster(),
and GetClientsetForCluster() run wrong. Let's remove it.