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

Introduce `NifiCluster` v2alpha1 #359

Open mh013370 opened 5 months ago

mh013370 commented 5 months ago

Is your feature request related to a problem?

No

Describe the solution you'd like to see

Use the operator-sdk to introduce:

apiVersion: nifi.konpyutaika.com/v2alpha1
kind: NifiCluster

This new version will become the hub() for the NifiCluster CRD, so implement the appropriate CRD conversions from v1alpha1 and v1 into v2alpha1. This means that the NifiCluster controller will handle only v2alpha1 version objects.

Describe alternatives you've considered

No response

Additional context

No response