-
Notifications
You must be signed in to change notification settings - Fork 33
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 an excludeAddresses option in DNSPolicy #869
Conversation
119aa45
to
f2a5c62
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #869 +/- ##
==========================================
+ Coverage 80.20% 81.45% +1.24%
==========================================
Files 64 101 +37
Lines 4492 7133 +2641
==========================================
+ Hits 3603 5810 +2207
- Misses 600 899 +299
- Partials 289 424 +135
Flags with carried forward coverage won't be shown. Click here to find out more.
|
LGTM, other than the failing checks. Nice to see we got CIDR ranges included. |
f98e33f
to
342b90a
Compare
ignore this for a bit |
closes #496 |
d1e23a6
to
b44cbc0
Compare
@@ -125,6 +130,9 @@ type DNSPolicyStatus struct { | |||
|
|||
// +optional | |||
RecordConditions map[string][]metav1.Condition `json:"recordConditions,omitempty"` | |||
// TotalRecords records the total number of individual DNSRecords managed by this DNSPolicy | |||
// +optional | |||
TotalRecords int32 `json:"totalRecords,omitempty"` |
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.
@mikenairn added this maybe not needed? Thought it was a useful thing and planned to use it elsewhere
72bdb20
to
c3aa8c7
Compare
Signed-off-by: craig <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED add integration test for excludeAddresses updates post rebase add total records to status. Add additional status message info fix-integration update status and tests add doc update dnspolicy ref helm
Signed-off-by: craig [email protected]
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED