vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

refactor: remove collection/component ownership rules #275

Closed scottd018 closed 2 years ago

scottd018 commented 2 years ago

Upon introduction of multi-collection, we added collection/component ownership rules. However, we do not create a collection/component as a parent/child. This can cause confusion and also creates errors in the logs which are confusing and annoying.

Remove the ownership rules.