fix: CRD status should include Node IP (#1249)
This commit is contained in:
Родитель
4a9b6a476d
Коммит
d8b4ce2c74
|
@ -80,6 +80,7 @@ type NetworkContainer struct {
|
|||
DefaultGateway string `json:"defaultGateway,omitempty"`
|
||||
SubnetAddressSpace string `json:"subnetAddressSpace,omitempty"`
|
||||
Version int64 `json:"version,omitempty"`
|
||||
NodeIP string `json:"nodeIP,omitempty"`
|
||||
}
|
||||
|
||||
// IPAssignment groups an IP address and Name. Name is a UUID set by the the IP address assigner.
|
||||
|
|
|
@ -93,6 +93,8 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: array
|
||||
nodeIP:
|
||||
type: string
|
||||
primaryIP:
|
||||
type: string
|
||||
subnetAddressSpace:
|
||||
|
|
Загрузка…
Ссылка в новой задаче