You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of note, I don't see any obvious event mechanisms, so that is missing from their API. As a result, we'd need to just use the Poll metaparam instead of having a fancy Watch implementation. This makes writing this resource a lot easier.
To build this resource it probably makes sense to start off with a simple version that handles their per minute cloud VM's, and then move on to dedicated hosts afterwards.
If you're working on this resource, please use this issue to track progress and design questions.
Happy Hacking!
The text was updated successfully, but these errors were encountered:
It would be nice to have a resource to manage OVH servers. Some information about such servers is available here:
https://www.ovhcloud.com/
And for dedicated servers:
https://www.ovhcloud.com/en-ca/bare-metal/prices/
Some initial inquiries were done here:
ovh/go-ovh#85
API docs are here: https://ca.api.ovh.com/
Of note, I don't see any obvious event mechanisms, so that is missing from their API. As a result, we'd need to just use the Poll metaparam instead of having a fancy Watch implementation. This makes writing this resource a lot easier.
To build this resource it probably makes sense to start off with a simple version that handles their per minute cloud VM's, and then move on to dedicated hosts afterwards.
If you're working on this resource, please use this issue to track progress and design questions.
Happy Hacking!
The text was updated successfully, but these errors were encountered: