In response to the InstAPI v2 documentation update and cloud provider settings expansion, we are considering restructuring our cloud settings. Instead of retaining all configurations within a single struct like CloudProviderSettings, I propose dividing its fields into appropriate groups. For example, we could organize settings related to Azure into a substructure named azureSettings, including fields such as resourceGroup, customVirtualNetworkId, and storageNetwork. This approach aims to enhance clarity and maintainability in our configuration structure, aligning it with the updated documentation.
In response to the InstAPI v2 documentation update and cloud provider settings expansion, we are considering restructuring our cloud settings. Instead of retaining all configurations within a single struct like
CloudProviderSettings
, I propose dividing its fields into appropriate groups. For example, we could organize settings related to Azure into a substructure namedazureSettings
, including fields such asresourceGroup, customVirtualNetworkId, and storageNetwork
. This approach aims to enhance clarity and maintainability in our configuration structure, aligning it with the updated documentation.