-
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
✨ Delete the ControlPlaneRef object if it exists #2094
✨ Delete the ControlPlaneRef object if it exists #2094
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckha 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 |
/hold |
250d8a2
to
98981b2
Compare
98981b2
to
ab6de81
Compare
@ncdc ok! now go for the review :) |
Signed-off-by: Chuck Ha <chuckh@vmware.com>
ab6de81
to
9d59b43
Compare
LGTM. @vincepri ? |
/hold cancel |
/lgtm |
Signed-off-by: Chuck Ha chuckh@vmware.com
What this PR does / why we need it:
The one line test addition ensures the code is exercised during the test. It's not super thorough testing though.
Note: I am mostly relying on the control plane e2e test for this functionality which is in an upcoming PR.
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 #2092
related to #1756
/assign @ncdc @vincepri