cloudfoundry / eirini-release

Helm release for Project Eirini
Apache License 2.0
36 stars 34 forks source link

Unify the code generation tools in our controllers #224

Open kieron-dev opened 3 years ago

kieron-dev commented 3 years ago

Our hack script invokes two scripts:

Kubebuilder only uses controller-tools. We should follow that example.

Note: this means adopting the controller-runtime client, as we wouldn't be generating the client originally used in eirini. If that's not possible, we can drop this chore.

gcapizzi commented 3 years ago

Before we can work on this story, we'll need to remove all dependencies on the old eirini codebase and the clientset. Blocking for now.