Skip to content

Commit 05f5411

Browse files
adding optional kubebuilder annotation
1 parent 6d859d3 commit 05f5411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crd/nodenetworkconfig/api/v1alpha/nodenetworkconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ type NodeNetworkConfigSpec struct {
4848
RequestedIPCount int64 `json:"requestedIPCount"`
4949
IPsNotInUse []string `json:"ipsNotInUse,omitempty"`
5050
// AvailabilityZone contains the Azure availability zone for the virtual machine where network containers are placed.
51+
// +kubebuilder:validation:Optional
5152
AvailabilityZone string `json:"availabilityZone,omitempty"`
5253
}
5354

0 commit comments

Comments
 (0)