Back to using null (didn't fix argocd problem).
This commit is contained in:
parent
5ec9233ac7
commit
62c1bb9f42
1 changed files with 5 additions and 5 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
|
||||||
|
|
@ -167,7 +167,7 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
oneOf:
|
oneOf:
|
||||||
- properties:
|
- properties:
|
||||||
volumeClaimTemplate: {}
|
volumeClaimTemplate:
|
||||||
required:
|
required:
|
||||||
- volumeClaimTemplate
|
- volumeClaimTemplate
|
||||||
- properties:
|
- properties:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue