Strimzi currently supports only Kubernetes 1.19+. But the CRD generator seems to have lot of left overs from previous Kuberneets CRD versions. It seems to have logic to:
- Support v1beta1 CRD API
- Support CRDs which do not handle different schema per version
and possibly some more. These should be removed to clean up the code as they are nto needed anymore.
Created by Strimzi#7663