mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Pull in updated config/v1/types_network.go to get the Status fields
marked as omitempty so that when the installer writes out the network
config, it outputs:
status: {}
rather than:
status:
clusterNetwork: null
...
which fails CRD validation