kubernetes/client-go

ServerResourcesForGroupVersion accepts a context

rh-hemartin opened this issue · 0 comments

Hey! Currently we are using ServerResourcesForGroupVersion1 and we are trying to instrument with OpenTelemetry everything possible. We found that the discovery client do not allow for passing a context. The context present on the file are all TODO1. For a little bit of context, we are using the Discovery client to retrieve the kind from the group, version and plural.

There are any plans to support passing a context to some (or all of those calls)? Is something you are willing to accept PRs for it?

Thanks!