Skip to content
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

MESH-5878: Admiral does not create envoy filter on client onboardings #362

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

adilfulara
Copy link
Collaborator

Task

  • Admiral should process new client onboardings for a service with a RoutingPolicy

Description

What does this change do and why?

  • Introduce RoutingPolicyProcessor interface to contain the process() api in order to expose it

Thank you!

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 89.92806% with 14 lines in your changes missing coverage. Please review.

Project coverage is 63.74%. Comparing base (ed49448) to head (20e5ba3).

Files with missing lines Patch % Lines
admiral/pkg/clusters/routingpolicy_handler.go 88.42% 8 Missing and 6 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #362      +/-   ##
==========================================
+ Coverage   63.25%   63.74%   +0.49%     
==========================================
  Files          91       91              
  Lines       12158    12218      +60     
==========================================
+ Hits         7690     7788      +98     
+ Misses       4053     4016      -37     
+ Partials      415      414       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adilfulara adilfulara force-pushed the MESH-5878 branch 4 times, most recently from a538076 to d2ffc07 Compare December 17, 2024 20:54
- Introduce RoutingPolicyProcessor interface
- Inject RoutingPolicyService into DependencyHandler

Tech-Debt:
- Increase coverage for routingpolicy_handler.go

Signed-off-by: Adil Fulara <[email protected]>
@adilfulara adilfulara marked this pull request as ready for review December 23, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants