I have a Kubernetes provider I created with `new k...
# typescript
s
I have a Kubernetes provider I created with
new kubernetes.Provider()
. I pass this provider in to classes/functions. I want to get the name of this provider inside those classes/functions. Is there a canonically recommended way to do this? It's a shame I don't seem to be able to just
args.provider.name
.