nutanix-cloud-native / cluster-api-runtime-extensions-nutanix

https://nutanix-cloud-native.github.io/cluster-api-runtime-extensions-nutanix/
Apache License 2.0
7 stars 4 forks source link

feat: Run hooks in parallel with aggregated responses #855

Closed jimmidyson closed 4 weeks ago

jimmidyson commented 4 weeks ago

This commit runs lifecycle hooks in parallel and aggregates the results. All hooks are run and responses are aggregated. This removes the ordering of hooks, as any single failure will result in all hooks being called again by CAPI cluster topology controller.