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:
committed by
Craig Jellick
parent
249cb1de53
commit
09e9e310b5
@@ -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 {
|
||||
|
Reference in New Issue
Block a user