-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱Add more helper functions in topologymutation varaible.go to help unmarshal variables #9670
🌱Add more helper functions in topologymutation varaible.go to help unmarshal variables #9670
Conversation
d263ca5
to
3174b89
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.
Reviewed the prod code and a little bit on the testing. Some comments on the signature of these functions to try to keep them consistent and clear.
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.
/area runtime-sdk
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.
I thiink the TODO
on L31
should be covered by this PR, right?
f519b2a
to
34970f9
Compare
/retest-required |
1520a9c
to
5de6f49
Compare
|
This should be fine - as it's not required for merge. We just use it as a signal that something in the API has changed |
/test pull-cluster-api-e2e-full-main To run the tests that use these functions. |
Thanks. |
Hi @fabriziopandini could you help take a look since it's related to runtime-extension? Thanks |
Hi @sbueringer do you have time to review? Thanks |
Hi @sbueringer is it a good time now? |
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.
Yup now is a good time. Sorry also lost track a bit of this PR.
Almost forgot, let me get back to this tomorrow |
01c5966
to
9fb7a89
Compare
Last one from my side: #9670 (comment) Feel free to also directly squash |
2f62c10
to
35ba78f
Compare
/test pull-cluster-api-test-main |
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
35ba78f
to
ec9d06b
Compare
@lubronzhan: The following test 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/test-infra repository. I understand the commands that are listed here. |
Thank you very much! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
LGTM label has been added. Git tree hash: 088d0a1bd12ec9afec6484d03c538dd001942c43
|
What this PR does / why we need it:
Add more function. For example to unmarshal nested variable from topology spec, and unmarshal bool variable from topology spec.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #9669