-
Notifications
You must be signed in to change notification settings - Fork 360
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 PolicyStatus for EnvoyPatchPolicy #2910
Conversation
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
`, | ||
expect: true, | ||
}, | ||
// TODO(sh2): add a policy status test for egctl x status cmd |
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.
will update egctl x status
as a follow-up
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2910 +/- ##
==========================================
+ Coverage 64.45% 64.52% +0.07%
==========================================
Files 122 122
Lines 21037 21092 +55
==========================================
+ Hits 13559 13610 +51
- Misses 6630 6634 +4
Partials 848 848 ☔ View full report in Codecov by Sentry. |
/retest |
internal/xds/translator/testdata/out/xds-ir/jsonpatch-missing-resource.envoypatchpolicies.yaml
Outdated
Show resolved
Hide resolved
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.
This looks really great! Just a tiny nit.
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
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 like all of our polcies has been implemented the policystatus, great job!
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2631