This repository was archived by the owner on Oct 28, 2024. It is now read-only.
✨ Update CAPI VC Controller to Use a Cluster watch. #137
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone
User Story
As an operator I would like to the CAPI Controller for VC to watch the Cluster resource for updates so I don't need to poll the Cluster resource for changes.
Detailed Description
Currently in #136 this used
ctrl.Result{RequeueAfter}
which is polling the cache for updates to the Cluster object, this should be done by triggering a change when the Cluster changes instead making the system more efficient.Anything else you would like to add:
Xref: #136
/kind cleanup
/milestone v0.1.x
The text was updated successfully, but these errors were encountered: