fix: CRD status should include Node IP (#1249)

This commit is contained in:
Matthew Long 2022-02-22 20:18:57 -08:00 коммит произвёл GitHub
Родитель 4a9b6a476d
Коммит d8b4ce2c74
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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: