After deploying a `k8s.apiextensions.v1.CustomReso...
# kubernetes
l
After deploying a
k8s.apiextensions.v1.CustomResource
, I can see the fields managed by that resource are visible in the returned metadata. Is there a way to query for the values of these managed fields, so they can be exposed in an extended
CustomResource
?
h
check out http://github.com/pulumi/crd2pulumi, that will let you generate an SDK around your custom types
l
... I probably should have looked for that before I wrote my own. Ah well, yours is almost certainly better, thanks!
I learned a lot about ts-morph at least 😁