konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
122 stars 40 forks source link

Migrate nifikop to KubeBuilder go/v4 from go/v3 #365

Closed mh013370 closed 4 months ago

mh013370 commented 5 months ago

Is your feature request related to a problem?

No

Describe the solution you'd like to see

KubeBuilder go/v4 is now stable as of operator-sdk v1.33.0, so we should migrate nifikop to leverage all of the new features detailed here: https://book.kubebuilder.io/migration/v3vsv4

Here are the migration instructions: https://book.kubebuilder.io/migration/migration_guide_gov3_to_gov4

If there are no CRD breaking changes, this can safely be done in nifikop v1.x. Otherwise, we should target the Release 2.0.0 milestone.

Describe alternatives you've considered

No response

Additional context

No response