scaleway/scaleway-sdk-go

Support v2beta1 DNS API

Closed this issue · 1 comments

Hello,

Is there any plans bump the DNS API version to v2beta1 ? It appears the current API version v2alpha2 does not support domains and zones scoped to a project.

I'm using kubernetes-sigs/external-dns inside my k8s Kapsule cluster, and it does not see the domains and zone defined inside a project.

Many thanks!

Sh4d1 commented

Hey ! v2beta1 is already available here https://github.com/scaleway/scaleway-sdk-go/tree/master/api/domain/v2beta1
And a PR is open on external dns to bump it : kubernetes-sigs/external-dns#1938 :)