⚠️ Standardize flavor in OpenStackMachine#3087
⚠️ Standardize flavor in OpenStackMachine#3087k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
d868978 to
2a5f241
Compare
050c69d to
30a045e
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
bnallapeta
left a comment
There was a problem hiding this comment.
Mostly looks good. Minor comments.
| return f.Name == nil && len(f.Tags) == 0 | ||
| } | ||
|
|
||
| // FlavorParam describes a nova flavor. It can be specified by ID or filter |
There was a problem hiding this comment.
perhaps add tests for this one?
There was a problem hiding this comment.
I increased the test coverage, can you elaborate on what tests you are missing?
There was a problem hiding this comment.
Thanks. I see the new tests.
e802d5d to
6d48213
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
| return f.Name == nil && len(f.Tags) == 0 | ||
| } | ||
|
|
||
| // FlavorParam describes a nova flavor. It can be specified by ID or filter |
There was a problem hiding this comment.
I increased the test coverage, can you elaborate on what tests you are missing?
6d48213 to
459c63f
Compare
37d3ea7 to
982a050
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
lentzi90
left a comment
There was a problem hiding this comment.
Overall really nice!
I have a couple of nits for the unit tests and then a question on what to do with the new filter options that are not fully implemented. See below.
fb5768c to
d807c63
Compare
d807c63 to
86536c5
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
@lentzi90 this is ready for a re-check, i think ive addressed all your remarks |
|
/lgtm |
lentzi90
left a comment
There was a problem hiding this comment.
Thank you!
This looks ready to merge.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/hold cancel |
Update v1beta2 to standardize flavor into a struct of ID and Filter, similar to other fields.
86536c5 to
3e049fc
Compare
|
/lgtm |
What this PR does / why we need it:
Update v1beta2 to standardize flavor into a struct of ID and Filter, similar to other fields.
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 #2896
Special notes for your reviewer:
TODOs:
/hold