cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
Support resource updating during reconciliation
trafficstars
/kind feature
Describe the solution you'd like
The services reconciliations do not support updating of the resources since all the functions are named createOrGet.... The user is only able to create the needed services and in case they want to update something, they need to recreate (delete and create) the resource.
We need to support full reconciliation for all the resources/parts of them which are mutable.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]