✨Fix logs in unstructured client#2343
Conversation
|
Welcome @Poor12! |
|
Hi @Poor12. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. DetailsInstructions 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. |
|
Thx! /approve /cherry-pick release-0.15 |
|
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-0.15 in a new PR and assign it to you. DetailsIn 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: inteon, Poor12, sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sbueringer: new pull request created: #2344 DetailsIn 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. |
When I use the client of controller-runtime to construct a
subResourceClientby passing in unstructured obj, I found a log which made me confused, ""unstructured client did not understand object: *unstructured.Unstructured".I went through the codebase and found that logs are wrongly printed.