You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code generator does not support generating tags for AWS resources. Adding this functionality would greatly improve the usability of ACK controllers, as tagging is a crucial feature for many AWS services.
Proposed Solution
Extend the generator.yaml configuration to include a tags section where users can specify default tags or tag policies.
Modify the code generation logic to:
Add tag-related fields to the resource Spec structs
Include tag operations in the resource manager's Create, Update, and Delete methods
Generate appropriate CRD schema for tag fields
Update the reconciliation logic to handle tag differences between the desired and actual state of resources.
Currently, the code generator does not support generating tags for AWS resources. Adding this functionality would greatly improve the usability of ACK controllers, as tagging is a crucial feature for many AWS services.
Proposed Solution
Extend the
generator.yaml
configuration to include atags
section where users can specify default tags or tag policies.Modify the code generation logic to:
Update the reconciliation logic to handle tag differences between the desired and actual state of resources.
Example
generator.yaml
ConfigurationBenefits
The text was updated successfully, but these errors were encountered: