-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
🐛 metadata client applies patch options #1508
🐛 metadata client applies patch options #1508
Conversation
Welcome @furkhat! |
Hi @furkhat. 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. 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. |
@furkhat thanks! Could you please add a test for this? |
Sure, I will add test for this. |
There seems to be no tests for It also puzzles me that metadata client has |
Seems to be an oversight.
Why would it not work? Not being able to retrieve the status doesn't mean you can't set it. |
I am sorry I could not understand, what are you referring here? Let me elaborate on what puzzles me. I think |
No, it takes a client.Object. I agree that in all practical terms this is of limited use, as someone would need to construct an object with a status by themselves, they can not get it through the client. |
No I don't mean that. I mean that according to code to trigger metadata client's PatchStatus the client.Object must be of Here
|
@furkhat ok sure, feel free to open an issue for that. It is unrelated to this PR though, isn't it? |
|
Signed-off-by: Furkhat Kasymovgeniiuulu <[email protected]>
c2cae87
to
ff44d62
Compare
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.
thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, furkhat 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 |
Signed-off-by: Furkhat Kasymovgeniiuulu [email protected]
Patch options provided by caller are not ignored. Fixes #1507