-
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
remove unused code #992
remove unused code #992
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #992 +/- ##
==========================================
+ Coverage 76.15% 83.82% +7.67%
==========================================
Files 111 81 -30
Lines 8986 6610 -2376
==========================================
- Hits 6843 5541 -1302
+ Misses 1852 857 -995
+ Partials 291 212 -79
Flags with carried forward coverage won't be shown. Click here to find out more.
|
11ba87f
to
f6995bc
Compare
This replace might not be needed anymore Line 95 in a50f062
|
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.
Looks good to me! 🔥
Signed-off-by: Guilherme Cassolato <[email protected]>
ecba7c6
to
2458b03
Compare
Signed-off-by: Guilherme Cassolato <[email protected]>
Signed-off-by: Guilherme Cassolato <[email protected]>
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.
🎖️
…Deprecated) Signed-off-by: Guilherme Cassolato <[email protected]>
* decommission kuadrant gateway annotation controller Signed-off-by: Guilherme Cassolato <[email protected]> * remove unused code Signed-off-by: Guilherme Cassolato <[email protected]> * fix flaky integration test Signed-off-by: Guilherme Cassolato <[email protected]> * Follow Golang conventions on deprecation notice (https://go.dev/wiki/Deprecated) Signed-off-by: Guilherme Cassolato <[email protected]> --------- Signed-off-by: Guilherme Cassolato <[email protected]>
This PR should not affect behaviour.
Here are a few steps to help test a few cases, to ensure everything works exactly as before:
Setup the environment:
make envoy-gateway-install # Restart the Kuadrant Operator so it can acknowledge the presence of Envoy Gateway kubectl rollout restart deployment/kuadrant-operator-controller-manager -n kuadrant-system
Configure TLS on the Envoy Gateway-provided gateway:
Deploy an application:
(From now on and at anytime) Send requests to the application:
Deploy Kuadrant:
Create a gateway atomic default RateLimitPolicy:
Create a route RateLimitPolicy:
Modify the gateway RateLimitPolicy to atomic override strategy:
Modify the gateway RateLimitPolicy to merge override strategy:
Create a route AuthPolicy:
Create a gateway merge override AuthPolicy: