Skip to content

Commit

Permalink
fix DeviceName again
Browse files Browse the repository at this point in the history
Signed-off-by: Greg May <[email protected]>
  • Loading branch information
MnrGreg committed Dec 24, 2019
1 parent 7f1f45f commit 1ba72c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ba72c4

Please sign in to comment.