-
Notifications
You must be signed in to change notification settings - Fork 47
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: cleanup vm-console-proxy operand #515
Conversation
/cc @akrejcir |
Refactor some operand functions and rename them, and improve code readability. Signed-off-by: Ben Oukhanov <boukhanov@redhat.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Looks good. /lgtm |
@akrejcir Ah okay, I thought every change in user's code should also require release note. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akrejcir 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 |
Cleanup() method of vm-console-proxy deletes resources from the correct namespace. Manual backport of b72b74f. NOTE: The PR could not be trivially backported, because intermediate PRs were not backported, and that caused git conflicts. To fix the conflicts, unit tests were not included. - Refactoring PR: kubevirt#515 - PR that adds more unit tests: kubevirt#509 Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
What this PR does / why we need it:
Refactor some operand functions and rename them,
and improve code readability.
Release note: