Is there any way to specify a retry/timeout for `g...
# general
m
Is there any way to specify a retry/timeout for
get()
methods like
k8s.core.v1.Service.get
? Imagine creating an operator with pulumi, and needing some info about a
Service
that it will create as a result.
a
@millions-judge-24978 sounds similar to https://github.com/pulumi/pulumi-kubernetes/issues/1056
m
Ah yes it definitely is, thank you.
@acoustic-leather-88378 I think I found a really nice workaround for this, I’ll post in that issue soon
👍 1