1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 07:24:20 +00:00

feat(azure): implement SecurityGroupResourceGroup cloud config

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Zadkiel
2021-06-18 18:44:49 +02:00
committed by GitHub
parent 3ad9413966
commit 9f38cf930a

View File

@@ -779,6 +779,8 @@ type AzureCloudProvider struct {
SubnetName string `json:"subnetName" yaml:"subnetName"` SubnetName string `json:"subnetName" yaml:"subnetName"`
// The name of the security group attached to the cluster's subnet // The name of the security group attached to the cluster's subnet
SecurityGroupName string `json:"securityGroupName" yaml:"securityGroupName"` 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 // (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"` RouteTableName string `json:"routeTableName" yaml:"routeTableName"`
// (Optional) The name of the availability set that should be used as the load balancer backend // (Optional) The name of the availability set that should be used as the load balancer backend