Hi all - I opened a PR a couple weeks back to addr...
# kubernetes
m
Hi all - I opened a PR a couple weeks back to address an issue with the
metadata
field’s type for Typescript generated by crd2pulumi, figured I’d share here for visibility: https://github.com/pulumi/crd2pulumi/pull/157
h
hi @miniature-lock-93359 thank you for the PR! > allowing for simpler plumbing of metadata outputs, such as the resource name, into inputs of other resources. is there an corresponding issue that explains the problems you’re experiencing in more detail? in general inputs should map cleanly to outputs, so i’m not clear on why this is needed.
m
Hey @hallowed-photographer-31251, thanks for picking that up. I didn’t have an issue created - the one you made covers the problem well.
h
this should be fixed in v1.5.4
m
Confirmed - looks good! Thanks for helping with that.