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.
|
||||
oneOf:
|
||||
- properties:
|
||||
maximumCpus: {}
|
||||
cpuTopology: {}
|
||||
maximumCpus:
|
||||
cpuTopology:
|
||||
properties:
|
||||
state:
|
||||
description: >-
|
||||
|
|
@ -131,8 +131,8 @@ spec:
|
|||
type: object
|
||||
oneOf:
|
||||
- properties:
|
||||
tap: {}
|
||||
user: {}
|
||||
tap:
|
||||
user:
|
||||
properties:
|
||||
tap:
|
||||
type: object
|
||||
|
|
@ -167,7 +167,7 @@ spec:
|
|||
type: object
|
||||
oneOf:
|
||||
- properties:
|
||||
volumeClaimTemplate: {}
|
||||
volumeClaimTemplate:
|
||||
required:
|
||||
- volumeClaimTemplate
|
||||
- properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue