Describe the bug
flows.* v1 types are missing // +genreconciler marker, therefore reconcilers are not generated for these types, see:
https://github.com/knative/eventing/blob/master/pkg/apis/flows/v1/sequence_types.go#L36
https://github.com/knative/eventing/blob/master/pkg/apis/flows/v1/parallel_types.go#L35
Expected behavior
Reconcilers are generated
To Reproduce
./hack/update-codegen.sh
Describe the bug
flows.* v1types are missing// +genreconcilermarker, therefore reconcilers are not generated for these types, see:https://github.com/knative/eventing/blob/master/pkg/apis/flows/v1/sequence_types.go#L36
https://github.com/knative/eventing/blob/master/pkg/apis/flows/v1/parallel_types.go#L35
Expected behavior
Reconcilers are generated
To Reproduce
./hack/update-codegen.sh