halkyonio / operator

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

Component DependentResource do not use the proper implementations of methods #209

Closed metacosm closed 4 years ago

metacosm commented 4 years ago

The issue is, once again, that go doesn't really do polymorphism and for example, when we do a Fetch on a serviceaccount instance, we get the implementation from base for Name when we would really want to use the serviceaccount version.