-
Notifications
You must be signed in to change notification settings - Fork 255
chore: small refactor of dynamic controller funcs #774
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
base: main
Are you sure you want to change the base?
chore: small refactor of dynamic controller funcs #774
Conversation
Signed-off-by: Jakob Möller <[email protected]>
- Replace `interface{}` with `any` for cleaner type definitions.
- Enhance error propagation in `handlerForChildGVR`.
- Move parent GVK resolution to the handler creation phase, reducing repetitive logic.
Signed-off-by: Jakob Möller <[email protected]>
a-hilaly
left a comment
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.
👍
/lgtm
|
PR needs rebase. 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. |
tjamet
left a comment
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.
+1 on favouring more explicit any rather than interface{}
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-hilaly, jakobmoellerdev, tjamet 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 |
adds small refactors around dynamic controller raised within #611 (review)