Unnecessary ObjectMeta that can instead use the k8s built-in types #35
Labels
area/codegen
Affects quality or correctness of generated code
kind/enhancement
Improvements or new features
language/javascript
resolution/duplicate
This issue is a duplicate of another issue
Milestone
Expected behavior
Don't generate
metadata
and instead use built-in k8s input types.Current behavior
Currently the
metadata
of a CustomResource is using a locally generatedObjectMeta
for metadata instead of using the built-in types inpulumi-kubernetes
.Desired:
Related:
| undefined
in the typedefAlso closes:
The text was updated successfully, but these errors were encountered: