We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da20f5 commit 1636ff6Copy full SHA for 1636ff6
crd/nodenetworkconfig/api/v1alpha/nodenetworkconfig.go
@@ -49,7 +49,7 @@ type NodeNetworkConfigSpec struct {
49
IPsNotInUse []string `json:"ipsNotInUse,omitempty"`
50
// AvailabilityZone contains the Azure availability zone for the virtual machine where network containers are placed.
51
// +kubebuilder:validation:Optional
52
- AvailabilityZone string `json:"availabilityZone,omitempty"`
+ AvailabilityZone int64 `json:"availabilityZone,omitempty"`
53
}
54
55
// Status indicates the NNC reconcile status
0 commit comments