-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix ResourceType API annotations and deprecations #15496
Conversation
994566e
to
2f7a9f1
Compare
Signed-off-by: Andriy Redko <[email protected]>
❕ Gradle check result for 6691ebd: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
❌ Gradle check result for 994566e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 2f7a9f1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15496 +/- ##
============================================
- Coverage 71.69% 71.62% -0.07%
+ Complexity 63599 63492 -107
============================================
Files 5221 5221
Lines 297593 297593
Branches 43314 43314
============================================
- Hits 213351 213145 -206
- Misses 66442 66579 +137
- Partials 17800 17869 +69 ☔ View full report in Codecov by Sentry. |
Description
Fix ResourceType API annottations and deprecations
Related Issues
Follow up on #15486
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.