-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
support IPv6 Pods during AZ detection #2375
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: M00nF1sh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #2375 +/- ##
==========================================
+ Coverage 53.87% 53.95% +0.08%
==========================================
Files 139 140 +1
Lines 7802 7829 +27
==========================================
+ Hits 4203 4224 +21
- Misses 3279 3288 +9
+ Partials 320 317 -3
Continue to review full report at Codecov.
|
type VPCInfo ec2sdk.Vpc | ||
|
||
// AssociatedIPv4CIDRs computes associated IPv4CIDRs for VPC. | ||
func (vpc *VPCInfo) AssociatedIPv4CIDRs() []string { |
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.
GetAssociatedIPv4CIDRs instead?
} | ||
|
||
// AssociatedIPv6CIDRs computes associated IPv6CIDRs for VPC. | ||
func (vpc *VPCInfo) AssociatedIPv6CIDRs() []string { |
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.
GetAssociatedIPv6CIDRs
/lgtm |
Description
Follow up PR for #1862
Additional notes:
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯