-
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
🐛 listDescendents fetch MachinePools #3196
🐛 listDescendents fetch MachinePools #3196
Conversation
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.
@prankul88 thanks for tackling this, the underlying changes look good to me, I think it just needs a bit of wrapping with checks to see if the feature gate is enabled.
Also needs to add some tests |
24e1a86
to
05dd3e3
Compare
@detiber Enabled feature gate as you mentioned. Will be adding tests soon |
@prankul88 Do you have time to follow-up with some tests? Should be ok to also open an issue and open a PR later. |
@vincepri I am a little busy with another patch. Would be nice if we can open an issue for the tests. I can open an issue if you like |
@prankul88 Thank you! /approve |
05dd3e3
to
1d114a9
Compare
1d114a9
to
5e5bcf0
Compare
@vincepri PTAL |
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.
/approve
/assign @CecileRobertMichon
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 besides typo |
Co-authored-by: Fabrizio Pandini <[email protected]>
/lgtm |
Fixed the typo by accepting @fabriziopandini's suggestion, to move things along for RC.1 :) |
What this PR does / why we need it:
This PR makes sure
listDescendents
function fetches MachinePools object too. This enables MachinePools to be deleted as well when cluster is deleted.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 #2952