Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type for generated resource metadata fields in NodeJS. #157

Closed
wants to merge 2 commits into from

Conversation

joshlreese
Copy link

This corrects the type used for the metadata field in generated custom resources to use the output variant of ObjectMeta, allowing for simpler plumbing of metadata outputs, such as the resource name, into inputs of other resources.

This corrects the type used for the metadata field in generated custom resources
to use the output variant of ObjectMeta, allowing for simpler plumbing of
metadata outputs, such as the resource name, into inputs of other resources.
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.44%. Comparing base (7a5693d) to head (efd5ef3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   78.56%   77.44%   -1.12%     
==========================================
  Files          17       17              
  Lines         723      980     +257     
==========================================
+ Hits          568      759     +191     
- Misses         87      153      +66     
  Partials       68       68              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blampe
Copy link
Contributor

blampe commented Nov 12, 2024

Thank you for the pull request! I made some changes and will continue working on it here #159

@blampe blampe closed this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants