mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #71616 from Huang-Wei/aks-param-typo
fix an param typo of AKS loadbalancer method
This commit is contained in:
commit
fccb19da9f
@ -84,13 +84,13 @@ func (az *Cloud) getAvailabilitySetID(resourceGroup, availabilitySetName string)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// returns the full identifier of a loadbalancer frontendipconfiguration.
|
// returns the full identifier of a loadbalancer frontendipconfiguration.
|
||||||
func (az *Cloud) getFrontendIPConfigID(lbName, backendPoolName string) string {
|
func (az *Cloud) getFrontendIPConfigID(lbName, fipConfigName string) string {
|
||||||
return fmt.Sprintf(
|
return fmt.Sprintf(
|
||||||
frontendIPConfigIDTemplate,
|
frontendIPConfigIDTemplate,
|
||||||
az.SubscriptionID,
|
az.SubscriptionID,
|
||||||
az.ResourceGroup,
|
az.ResourceGroup,
|
||||||
lbName,
|
lbName,
|
||||||
backendPoolName)
|
fipConfigName)
|
||||||
}
|
}
|
||||||
|
|
||||||
// returns the full identifier of a loadbalancer backendpool.
|
// returns the full identifier of a loadbalancer backendpool.
|
||||||
|
Loading…
Reference in New Issue
Block a user