Skip to content

Commit d8b4ce2

Browse files
authored
fix: CRD status should include Node IP (#1249)
1 parent 4a9b6a4 commit d8b4ce2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

crd/nodenetworkconfig/api/v1alpha/nodenetworkconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ type NetworkContainer struct {
8080
DefaultGateway string `json:"defaultGateway,omitempty"`
8181
SubnetAddressSpace string `json:"subnetAddressSpace,omitempty"`
8282
Version int64 `json:"version,omitempty"`
83+
NodeIP string `json:"nodeIP,omitempty"`
8384
}
8485

8586
// IPAssignment groups an IP address and Name. Name is a UUID set by the the IP address assigner.

crd/nodenetworkconfig/manifests/acn.azure.com_nodenetworkconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ spec:
9393
type: string
9494
type: object
9595
type: array
96+
nodeIP:
97+
type: string
9698
primaryIP:
9799
type: string
98100
subnetAddressSpace:

0 commit comments

Comments
 (0)