-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
bluecat: refactor gateway api REST calls into separate package #2187
Comments
/kind cleanup |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I have started working on this effort here - https://github.com/kohlstechnology/external-dns/tree/issue-2187 |
Currently the Go code for making API calls to the BlueCat Gateway is mixed in with the k8s external-dns BlueCat provider code(
provider/bluecat/bluecat.go
. The BlueCat Gateway does not provide a Go package for making REST API calls.The Go code for making REST API calls to the BlueCat Gateway should be refactored into a separate package. For example
provider/bluecat/api/api.go
.The text was updated successfully, but these errors were encountered: