halkyonio / operator

Kubernetes Operator simplifying the development of microservices on k8s !
Apache License 2.0
40 stars 14 forks source link

Move DeploymentName functions to API #234

Closed metacosm closed 4 years ago

metacosm commented 4 years ago

The fact that a Component is backed by a Deployment is an integral part of the architecture and hence, it makes sense to have the computation of the name of the Deployment associated to a component be part of the API.