mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
98c9702ba3
* Add Initializer to the controller The Initializer adds support for running any required initialization steps when the controller is first started. * Implement HCP Link initializer The link initializer will create a Link resource if the cloud configuration has been set. * Simplify retry logic and testing * Remove internal retry, replace with logging logic