-
Notifications
You must be signed in to change notification settings - Fork 624
Add Deferred<T> api definitions. #2120
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
Conversation
This is needed to start preparing interop interfaces before we enable deferred lint enforcement.
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (0345c0d2) is created by Prow via merging commits: 1dc2837 fd390f7. |
/retest |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (0345c0d2) is created by Prow via merging commits: 1dc2837 fd390f7. |
/retest |
@vkryachko: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* | ||
* <p>Calling {@link DeferredApi }-annotated methods is allowed only from: | ||
* | ||
* <ol> |
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.
ul may be a better fit since there's no order
* use(barProvider.get()); | ||
* }); | ||
* } | ||
* } |
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.
Extra {
Superseded by #2167 |
This is needed to start preparing interop interfaces before we enable
deferred lint enforcement.