mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-06 07:06:10 +02:00
chore: fix code comment
This commit is contained in:
parent
bccffdf44a
commit
27232ffd1d
@ -65,7 +65,7 @@ func getConfig(configFile, resourceGroup, userAssignedIdentityClientID string) (
|
||||
return cfg, nil
|
||||
}
|
||||
|
||||
// getAccessToken retrieves Azure API access token.
|
||||
// getCredentials retrieves Azure API credentials.
|
||||
func getCredentials(cfg config) (azcore.TokenCredential, *arm.ClientOptions, error) {
|
||||
cloudCfg, err := getCloudConfiguration(cfg.Cloud)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user