-
Notifications
You must be signed in to change notification settings - Fork 412
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 BackendTrafficPolicy #2053
Conversation
Takes PR envoyproxy#1961 forward Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Codecov Report
@@ Coverage Diff @@
## main #2053 +/- ##
==========================================
+ Coverage 65.18% 65.22% +0.04%
==========================================
Files 95 97 +2
Lines 13947 14199 +252
==========================================
+ Hits 9091 9261 +170
- Misses 4286 4363 +77
- Partials 570 575 +5
|
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
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.
Thanks for taking this forward 🙏
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 with small nits.
- There can be only be ONE policy resource attached to a specific `Listener` (section) within a `Gateway` | ||
- If the policy targets a resource but cannot attach to it, this information should be reflected | ||
in the Policy Status field using the `Conflicted=True` condition. | ||
- If multiple polices target the same resource, the oldest resource (based on creation timestamp) will |
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.
just want to make sure all EG's CRD follow same rule.
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.
yes all policies follow similar rule
Co-authored-by: zirain <zirain2009@gmail.com> Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Co-authored-by: zirain <zirain2009@gmail.com> Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Takes PR #1961 forward