Skip to content

Commit

Permalink
README.md: Point out issues with code reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
hatrx committed Sep 19, 2024
1 parent f37bf73 commit 8ea435d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ go build cmd/webhook/

## Known Issues and Limitations

- Make better use of External DNS constructs in code, see
[External DNS webhook](https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook.go)
- An effort should be made to use
[tidydns-go](https://github.com/neticdk/tidydns-go) instead of the local
tidydns package
- So far the record types are A, AAAA and CNAME
- Needs some unit tests
- More GitHub actions
Expand Down

0 comments on commit 8ea435d

Please sign in to comment.