Determine which resources are blocking clusterctl move
during discovery
#9196
Labels
area/clusterctl
Issues or PRs related to clusterctl
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added (User Story)?
As a developer I want to better align the process for determining if a resource is blocking a
clusterctl move
operation with other inputs to increase overall consistency.Detailed Description
The first iteration of allowing resources to block a
clusterctl move
operation by #8690 requires at least one extra API call for every resource to determine if the resource is blocking the move. Instead, the initial state could be gathered during the discovery phase which would enable tighter short-circuiting where no extra API calls are required for resources not blocking a move.Anything else you would like to add?
No response
Label(s) to be applied
/kind cleanup
/area clusterctl
The text was updated successfully, but these errors were encountered: