Add support for CDROM drives.
This commit is contained in:
parent
cc7037be0b
commit
a28ccfc8e0
5 changed files with 32 additions and 9 deletions
|
|
@ -431,13 +431,13 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: object
|
||||
cdromImage:
|
||||
cdrom:
|
||||
type: object
|
||||
properties:
|
||||
path:
|
||||
image:
|
||||
type: string
|
||||
required:
|
||||
- path
|
||||
- image
|
||||
bootindex:
|
||||
type: integer
|
||||
oneOf:
|
||||
|
|
@ -446,9 +446,9 @@ spec:
|
|||
required:
|
||||
- volumeClaimTemplate
|
||||
- properties:
|
||||
cdromImage:
|
||||
cdrom:
|
||||
required:
|
||||
- cdromImage
|
||||
- cdrom
|
||||
default: []
|
||||
display:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue