[FEATURE]: Allow downstream templating of the annotations based on the annotated resource #13
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Is your feature request related to a problem? Please describe.
Currently, the annotations propagated by Scribe are static and do not adapt to the context of the resources they are applied to. This can be limiting when dealing with dynamic annotations that need to reflect the specific attributes of each resource (e.g., resource name, namespace).
Describe the solution you'd like.
I would like the ability to use templating within annotations so that the values can be dynamically populated based on the annotated resource's metadata or spec fields. For example, annotations could make use of Go templating syntax to reference metadata fields, such as the resource's name.
Example:
Result:
Describe alternatives you've considered.
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered: