Python ObjectMeta output not propagating correctly #26
Labels
area/codegen
Affects quality or correctness of generated code
kind/bug
Some behavior is incorrect or out of spec
language/python
resolution/fixed
This issue was fixed
Python ObjectMeta output not propagating correctly.
It is impossible to use custom resource metadata name for other resources.
Case: I can't use cert-manager's
ClusterIssuer metadata['name']
for theCertificate
.Expected behavior
issuer_resource.metadata['name']
is availableCurrent behavior
Steps to reproduce
pulumi_crds/meta_v1/outputs.py
file:Steps:
Context (Environment)
Affected feature
The text was updated successfully, but these errors were encountered: