diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml index b0d34a4a12..54e3c8a5e9 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml @@ -62,6 +62,11 @@ spec: description: NetworkDeviceSpec defines the network configuration for a virtual machine's network device. properties: + deviceName: + description: DeviceName may be used to explicitly assign a + name to the network device as it exists in the guest operating + system. + type: string dhcp4: description: DHCP4 is a flag that indicates whether or not to use DHCP for IPv4 on this device. If true then IPAddrs @@ -138,10 +143,6 @@ spec: items: type: string type: array - deviceName: - description: DeviceName may be used to explicitly assign a name - to the network device as it exists in the guest operating system. - type: string required: - networkName type: object diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml index 743a873474..a6b2a69d19 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml @@ -177,6 +177,11 @@ spec: description: NetworkDeviceSpec defines the network configuration for a virtual machine's network device. properties: + deviceName: + description: DeviceName may be used to explicitly + assign a name to the network device as it exists + in the guest operating system. + type: string dhcp4: description: DHCP4 is a flag that indicates whether or not to use DHCP for IPv4 on this device. If true @@ -255,10 +260,6 @@ spec: items: type: string type: array - deviceName: - description: DeviceName may be used to explicitly assign a name - to the network device as it exists in the guest operating system. - type: string required: - networkName type: object