-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dbp 537 implement autoscaler otc dns handling #20
Conversation
providers/telekom.go
Outdated
// Creation of a new OTC DNS record | ||
// Deletion of a existing OTC DNS record | ||
// Updating of the IP in a OTC DNS record | ||
package providers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The structure isn't right, Telekom doesn't implement the Provider interface, so it shouldn't be in the providers package, we should create a separate interface and package for DNS providers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the telekom related code into the package "telekom_providers"
The structure isn't quite right, the code should be in a dns_providers package next to the providers package to allow us to support other DNS providers |
Description
Links to Tickets or other PRs
Notes
Approval for review