DataWorkz-NL / KubeETL

ETL controller for Kubernetes
Apache License 2.0
4 stars 0 forks source link

Remove Name of the ConnectionType spec #7

Closed Blokje5 closed 2 years ago

Blokje5 commented 3 years ago

Name is already defined in the metav1.ObjectMeta. With the added benefit that the metav1.ObjectMeta ensures uniqueness within a given namespace (otherwise we would have to implement uniqueness constraints within KubeETL). We should remove the Name field from the ConnectionTypeSpec and instead rely on the metav1.ObjectMeta Name.