-
Notifications
You must be signed in to change notification settings - Fork 347
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
feat: Add API for Custom provider #1402
Conversation
Relates to envoyproxy#1393 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Codecov Report
@@ Coverage Diff @@
## main #1402 +/- ##
==========================================
- Coverage 62.63% 62.31% -0.32%
==========================================
Files 79 79
Lines 11116 11169 +53
==========================================
- Hits 6962 6960 -2
- Misses 3699 3753 +54
- Partials 455 456 +1
|
word spell error |
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.
The API content looks good to me – how 'bout some user-facing doc? 🙂
@kflynn should be here https://gateway.envoyproxy.io/latest/design/local-envoy-gateway.html |
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.
API looks good to me
* Add API for Custom provider Relates to envoyproxy#1393 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * lint Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: Arko Dasgupta <arko@tetrate.io> Co-authored-by: Xunzhuo <bitliu@tencent.com>
Relates to #1393