mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 23:16:22 +00:00
feat(azure): implement SecurityGroupResourceGroup cloud config
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
@@ -779,6 +779,8 @@ type AzureCloudProvider struct {
|
||||
SubnetName string `json:"subnetName" yaml:"subnetName"`
|
||||
// The name of the security group attached to the cluster's subnet
|
||||
SecurityGroupName string `json:"securityGroupName" yaml:"securityGroupName"`
|
||||
// The name of the resource group that the security group is deployed in
|
||||
SecurityGroupResourceGroup string `json:"securityGroupResourceGroup" yaml:"securityGroupResourceGroup"`
|
||||
// (Optional in 1.6) The name of the route table attached to the subnet that the cluster is deployed in
|
||||
RouteTableName string `json:"routeTableName" yaml:"routeTableName"`
|
||||
// (Optional) The name of the availability set that should be used as the load balancer backend
|
||||
|
Reference in New Issue
Block a user