-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add external DNS endpoint CRD #2762
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2762 +/- ##
==========================================
+ Coverage 53.84% 53.88% +0.04%
==========================================
Files 52 53 +1
Lines 14936 14929 -7
==========================================
+ Hits 8042 8045 +3
+ Misses 6627 6619 -8
+ Partials 267 265 -2
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
make update-codegen
needs to be ran to generate the client code
Edit:
The hack/update-codegen
file needs to be updated on line 36 to generate this code from
"configuration:v1alpha1,v1 dos:v1beta1" \
to
"configuration:v1alpha1,v1 dos:v1beta1 externaldns:v1" \
d0fcd95
to
32b5c5e
Compare
Proposed changes
This PR introduces ExternalDNS CRD including examples and tests.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Testing
With gotestdox targeting new package:
With local
kind
cluster:where
dnstest.yaml
: