WIP: Cleanup NICs when migrate from openstack MCM#89
Conversation
355235c to
d542196
Compare
d542196 to
cf02b5c
Compare
|
@dergeberl: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Our project currently lacks enough active contributors to adequately respond to all PRs.
You can:
/lifecycle stale |
|
Our project currently lacks enough active contributors to adequately respond to all PRs.
You can:
/lifecycle rotten |
|
Our project currently lacks enough active contributors to adequately respond to all PRs.
You can:
/close |
|
@stackit-ske: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/reopen |
|
@dergeberl: Reopened this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/remove-lifecycle rotten |
|
|
||
| nics := make([]*NIC, 0) | ||
| for _, nic := range *res.Items { | ||
| nics = append(nics, convertSDKNICtoNIC(&nic)) |
There was a problem hiding this comment.
Is there a reason we use these convertSDKNICtoNIC? I know we did this also for servers but IMO there is really no reason, we could just use the SDK Type.
|
Our project currently lacks enough active contributors to adequately respond to all PRs.
You can:
/lifecycle stale |

How to categorize this PR?
/kind enhancement
/hold
wip
What this PR does / why we need it:
Special notes for your reviewer:
Breaking changes: