Skip to content

Commit

Permalink
fix DeviceName descriptions
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 f9bb023 commit 7f1f45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ spec:
type: string
type: array
deviceName:
description: deviceName can be used to give the device a more
specific/desirable/nicer name than the default from udev’s
ifnames
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,8 @@ spec:
type: string
type: array
deviceName:
description: deviceName can be used to give the device
a more specific/desirable/nicer name than the default
from udev’s ifnames
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
Expand Down

0 comments on commit 7f1f45f

Please sign in to comment.