Open rh-hemartin opened 4 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
Hey! Currently we are using
ServerResourcesForGroupVersion
1 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!