-
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
🌱 Add test utils for cluster class #4986
🌱 Add test utils for cluster class #4986
Conversation
/lgtm |
@fabriziopandini Thank you, looks great! I'll start using it tomorrow on my PR. |
c062d75
to
d48717c
Compare
d48717c
to
385cbad
Compare
/lgtm |
/lgtm Though looks like this needs to be rebased now. |
We are changing a little bit the APIs (@vincepri is opening a PR ATM), and this will make explicit when a controlPlane template has a reference so we can drop getNestedRef or to scope it usages only to tests |
/hold |
385cbad
to
902f840
Compare
/hold cancel Given #5000 |
@fabriziopandini @killianmuldoon I'm extending the fake objects currently on my PR to cover the whole functionality. (just fyi) |
902f840
to
c99c48a
Compare
/lgtm |
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
/lgtm
[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 |
@fabriziopandini I think this has to be rebased after the merge of #5000 and fixed. IIrc just a minor fix in |
c99c48a
to
fb17129
Compare
@sbueringer @vincepri rebased on top of #5000 (control plane machine infrastructure is now an explicit field in ClusterClass) |
/retest |
/lgtm |
What this PR does / why we need it:
This is part of the activities for the implementation of the ClusterClass proposal.
This PR add a first set of test utils/utils that will simplify the work for #4970 and #4971 (and also subsequent PRs)
@killianmuldoon