"Normalize" (should read back as provided).
This commit is contained in:
parent
62c1bb9f42
commit
b76e5b1da9
1 changed files with 6 additions and 10 deletions
|
|
@ -39,8 +39,8 @@ spec:
|
||||||
description: Defines the VM.
|
description: Defines the VM.
|
||||||
oneOf:
|
oneOf:
|
||||||
- properties:
|
- properties:
|
||||||
maximumCpus:
|
maximumCpus: {}
|
||||||
cpuTopology:
|
cpuTopology: {}
|
||||||
properties:
|
properties:
|
||||||
state:
|
state:
|
||||||
description: >-
|
description: >-
|
||||||
|
|
@ -131,8 +131,8 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
oneOf:
|
oneOf:
|
||||||
- properties:
|
- properties:
|
||||||
tap:
|
tap: {}
|
||||||
user:
|
user: {}
|
||||||
properties:
|
properties:
|
||||||
tap:
|
tap:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -166,13 +166,9 @@ spec:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
oneOf:
|
oneOf:
|
||||||
- properties:
|
- required:
|
||||||
volumeClaimTemplate:
|
|
||||||
required:
|
|
||||||
- volumeClaimTemplate
|
- volumeClaimTemplate
|
||||||
- properties:
|
- required:
|
||||||
cdrom: {}
|
|
||||||
required:
|
|
||||||
- cdrom
|
- cdrom
|
||||||
properties:
|
properties:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue