Implement Service.fromServiceName
#2180
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:
More often than not, there is a need to re-use an existing
Service
not created or managed bycdk8s
. Elsewhere, you can re-use an existingServiceAccount
by callingServiceAccount.fromServiceAccountName
, but that functionality is not available forService
s.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: