The legacy non-Context-aware CRUD functions — Create, Read, Update, and Delete — have been deprecated in favour of Context-aware <operation>Context or <operation>WithoutTimeout functions.
[ ] Remove exclusion from golanglint-ci configuration (added by #30307)
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
The legacy non-
Context
-aware CRUD functions —Create
,Read
,Update
, andDelete
— have been deprecated in favour ofContext
-aware<operation>Context
or<operation>WithoutTimeout
functions.golanglint-ci
configuration (added by #30307)References
No response
Would you like to implement a fix?
None