operator-framework / operator-controller

Apache License 2.0
29 stars 47 forks source link

Use Operator Controller types vs. Rukpak types #896

Closed tmshort closed 3 weeks ago

tmshort commented 1 month ago

In internal/controllers/common_controller.go:

rukpakv1alpha2 vs ocv1alpha1

Same for the other two unpack status conditions below.

        Type:               ocv1alpha1.TypeUnpacked,

_Originally posted by @varshaprasad96 in https://github.com/operator-framework/operator-controller/pull/874#discussion_r1618011155_

tmshort commented 3 weeks ago

This was basically fixed, with the exception of a function-based API, done in #905.