-
Notifications
You must be signed in to change notification settings - Fork 261
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
OpenStackMachineSpec.ServerMetadata should not be a map #1684
Comments
@mdbooth I was about to look at this one but I have a doubt. Should we still try to improve the API here, while in Gophercloud this is exposed as |
How would you improve it? This is a breaking chance, btw, so it depends on another version bump. We're going to have to do that eventually, and before long, but we may not want to do it immediately. |
By doing the Key Value thing, like we know of.
I know and that's why I started to look at this one :-) |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/kind feature
OpenStackMachineSpec.ServerMetadata should not be a map. To comply with k8s API conventions it should be a list of name/value pairs with listType=map.
The text was updated successfully, but these errors were encountered: