operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
54 stars 53 forks source link

🐛 Remove rukpak types from controller helper funcs #910

Closed bentito closed 3 months ago

bentito commented 3 months ago

Description

While looking at the overall usage of Condition Types and Reasons, noticed that some helper functions are still using Types and Reasons from the rukpak library and these can get moved over to be consistent with the rest of the helper functions and use operator-controller fields instead.

Reviewer Checklist

netlify[bot] commented 3 months ago

Deploy Preview for olmv1 ready!

Name Link
Latest commit d02b00ea37cb8ee9191b08e030dbf5fe1c9b2268
Latest deploy log https://app.netlify.com/sites/olmv1/deploys/666059cf6758310008d9a81e
Deploy Preview https://deploy-preview-910--olmv1.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

bentito commented 3 months ago

Looks like #908 addresses all this