cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
reduce complexity of ManagedCluster spec
What type of PR is this? /kind cleanup
What this PR does / why we need it:
to reduce the complexity of the Params method which exceeds golangci-lint limits.
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #3810
Special notes for your reviewer:
- [ ] cherry-pick candidate
TODOs:
- [X] squashed commits
- [ ] includes documentation
- [ ] adds unit tests
Release note:
NONE