1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 23:08:25 +00:00

feat(azure): implement SecurityGroupResourceGroup cloud config

This commit is contained in:
Zadkiel
2021-06-18 19:03:26 +02:00
committed by GitHub
parent fe03f32597
commit 86c216df50

View File

@@ -681,6 +681,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