You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible/controller,helm/controller: reconcile controller to use cache (#1022)
<!--
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-sdk/blob/master/CONTRIBUTING.MD
Note: Make sure your branch is rebased to the latest upstream master.
-->
**Description of the change:**
Set the reconciler to use the cache for a Reader.
**Motivation for the change:**
The delegating reader will proxy unstructured calls to the API and not use the cache.
This is specifically for 0.4.0, there is a better mechanism when using controller-runtime v0.1.10
0 commit comments