Skip to content

Commit 1636ff6

Browse files
author
Ashish Nair
committed
fix: Updating the AvailabilityZone field in the NNC to be a int value as the return from NMA is an int value
1 parent 7da20f5 commit 1636ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crd/nodenetworkconfig/api/v1alpha/nodenetworkconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type NodeNetworkConfigSpec struct {
4949
IPsNotInUse []string `json:"ipsNotInUse,omitempty"`
5050
// AvailabilityZone contains the Azure availability zone for the virtual machine where network containers are placed.
5151
// +kubebuilder:validation:Optional
52-
AvailabilityZone string `json:"availabilityZone,omitempty"`
52+
AvailabilityZone int64 `json:"availabilityZone,omitempty"`
5353
}
5454

5555
// Status indicates the NNC reconcile status

0 commit comments

Comments
 (0)