-
Notifications
You must be signed in to change notification settings - Fork 689
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
Added support for ALL
DNS lookup family
#4909
Conversation
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.
need a couple unit tests for changes to how externalname/dns name clusters are built with the ALL DNS family
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
b29ebe9
to
17795d9
Compare
@vishal-chdhry did a little cleanup on this branch so we can get this in lgtm! |
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@vishal-chdhry see this fix: d125ab0 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4909 +/- ##
==========================================
+ Coverage 76.47% 76.49% +0.01%
==========================================
Files 140 140
Lines 16750 16762 +12
==========================================
+ Hits 12810 12822 +12
Misses 3690 3690
Partials 250 250
|
cc @skriss in case you have anything on this |
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.
LGTM, thanks @vishal-chdhry and @sunjayBhatia!
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com> Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com> Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com> Signed-off-by: yy <yang.yang@daocloud.io>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com> Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com> Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com> Signed-off-by: yy <yang.yang@daocloud.io>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com> Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com> Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com>
Added an
ALL
option which when selected, the DNS resolver returns both IPv4 and IPv6 addresses (if they exist),Closes #4778
Signed-off-by: Vishal Choudhary contactvishaltech@gmail.com