Ability to add multiple annotations at once #2291
Labels
@component/cdk8s-plus
Issue related to cdk8s-plus
effort/small
1 day tops
feature-request
New/Enhanced functionality wanted
priority/p2
Dependent on community feedback. PR's are welcome :)
Description of the feature or enhancement:
Instead of adding annotations one by one allow adding an object with all the annotations by introducing a new method "addAnnotations" to ingress.
Use Case:
Improvement for code quality.
Proposed Solution:
The resulting code can look like this, which is a lot nicer than 5 calls of
addAnnotation
:This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: