-
Notifications
You must be signed in to change notification settings - Fork 19
Refactor ocm connection #116
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
Refactor ocm connection #116
Conversation
anishasthana
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
Is there an image that you've deployed somewhere that I can see in action?
|
Hey Anish, |
ad4ab77 to
5c769fc
Compare
|
@VanillaSpoon Thanks for the PR, did you manually test these changes? |
|
Hey @asm582 , |
|
Thanks @VanillaSpoon If you are doing manual tests, request that we add logs or log snippet to the PR going forward |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asm582 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 |
anishasthana
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
Issue link
closes #115
What changes have been made
This pr includes a refactor of machinepools.go separating the logic to create an ocm connection. Improving readability :)
The pr also include minor refactors of appwrapper_controller.go reducing nested if/else statements.
Checks