-
Notifications
You must be signed in to change notification settings - Fork 594
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
fetch Kong entity schema and validate KongCustomEntity resources #6006
Conversation
b29cd92
to
b1a5665
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6006 +/- ##
========================================
- Coverage 74.0% 52.3% -21.7%
========================================
Files 182 183 +1
Lines 18345 18417 +72
========================================
- Hits 13582 9644 -3938
- Misses 3825 8138 +4313
+ Partials 938 635 -303 ☔ View full report in Codecov by Sentry. |
aeadb93
to
cceb10b
Compare
cceb10b
to
01b0dff
Compare
0886d34
to
827f534
Compare
What this PR does / why we need it:
Fetch entity schema and validate
KongCustomEntity
against Kong gateway.Added unit tests and envtest tests to verify the parsing of entity schema and validations.
Which issue this PR fixes:
fixes #5975
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR