kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
60 stars 19 forks source link

feat(): Adding aliases to service export #188

Closed bharath-avesha closed 1 year ago

bharath-avesha commented 1 year ago

There is a requirement to identify exported services with arbitrary names instead of slice.local names. This can be achieved by providing an alias field in the service export spec section so that the users can give any name that they desire to the service being exported from a cluster.

Added a new field to hold alias names to the service import and export CRDs.

gourishkb commented 1 year ago

Do we still need this PR ? @bharath-avesha shall we close it ?

bharath-avesha commented 1 year ago

@gourishkb, i have closed it.