File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,12 @@ type NetworkContainer struct {
119119 // +kubebuilder:default=vnet
120120 Type NCType `json:"type,omitempty"`
121121 PrimaryIP string `json:"primaryIP,omitempty"`
122+ PrimaryIPV6 string `json:"primaryIPV6,omitempty"`
122123 SubnetName string `json:"subnetName,omitempty"`
123124 IPAssignments []IPAssignment `json:"ipAssignments,omitempty"`
124125 DefaultGateway string `json:"defaultGateway,omitempty"`
126+ DefaultGatewayV6 string `json:"defaultGatewayV6,omitempty"`
127+ MacAddress string `json:"macAddress,omitempty"`
125128 SubnetAddressSpace string `json:"subnetAddressSpace,omitempty"`
126129 // +kubebuilder:default=0
127130 // +kubebuilder:validation:Optional
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.16.3
6+ controller-gen.kubebuilder.io/version : v0.17.2
77 name : nodenetworkconfigs.acn.azure.com
88spec :
99 group : acn.azure.com
@@ -122,6 +122,8 @@ spec:
122122 type : string
123123 type : object
124124 type : array
125+ macAddress :
126+ type : string
125127 nodeIP :
126128 type : string
127129 primaryIP :
You can’t perform that action at this time.
0 commit comments