1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 13:33:06 +00:00

Adding virtual network resource group to aks config

This commit is contained in:
Nathan Jenan
2018-06-22 14:43:41 -07:00
committed by Craig Jellick
parent 249cb1de53
commit 09e9e310b5

View File

@@ -200,6 +200,8 @@ type AzureKubernetesServiceConfig struct {
VirtualNetwork string `json:"virtualNetwork,omitempty"`
// Subnet to use for the AKS Cluster (must be within the virtual network)
Subnet string `json:"subnet,omitempty"`
// The resource group that the virtual network is in. If omited it is assumed to match the resource group of the cluster
VirtualNetworkResourceGroup string `json:"virtualNetworkResourceGroup,omitempty"`
}
type AmazonElasticContainerServiceConfig struct {