-
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
Gateway API: remove gateway controller name config option #6145
Gateway API: remove gateway controller name config option #6145
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6145 +/- ##
==========================================
+ Coverage 79.46% 81.34% +1.87%
==========================================
Files 142 134 -8
Lines 16254 15778 -476
==========================================
- Hits 12916 12834 -82
+ Misses 3024 2650 -374
+ Partials 314 294 -20
|
9d066b2
to
d4c7a12
Compare
d4c7a12
to
a9161ee
Compare
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
a9161ee
to
1034601
Compare
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 minus one question on the CRD annotation
Nice to standardize on just using informers so we don't have multiple ways we reconcile resources
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Closes #5923.