diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index af1ea4c6..c1ce44eb 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -210,6 +210,10 @@ type AzureKubernetesServiceConfig struct { 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"` + // Additional options for setting a custom virtual network + ServiceCIDR string `json:"serviceCidr,omitempty"` + DNSServiceIP string `json:"dnsServiceIp,omitempty"` + DockerBridgeCIDR string `json:"dockerBridgeCidr,omitempty"` } type AmazonElasticContainerServiceConfig struct {