Add className
to ExposeDeploymentViaIngressOptions
#2178
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:
Being able to set
className
ondeployment.exposeViaIngress("/")
Use Case:
Consistency between a constructor and an "exposeXXX".
Make code shorter to write and more meaningful by deleting boilerplate and repetitive code.
Proposed Solution:
deployment.exposeViaIngress("/",{ className: "nginx" })
Other:
How I fix at the moment:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: