From 9f38cf930a50a9f4df97dfa332e7624fba760144 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Fri, 18 Jun 2021 18:44:49 +0200 Subject: [PATCH] feat(azure): implement SecurityGroupResourceGroup cloud config Signed-off-by: GitHub --- types/rke_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/rke_types.go b/types/rke_types.go index 6b037f61..e9988e86 100644 --- a/types/rke_types.go +++ b/types/rke_types.go @@ -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