Skip to content

Commit

Permalink
Rerun make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Cahana <[email protected]>
  • Loading branch information
zcahana committed Aug 18, 2021
1 parent a96b1d0 commit 23ac121
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10058,6 +10058,7 @@
"format": "int32"
},
"useEmulation": {
"description": "UseEmulation can be set to true to allow fallback to software emulation in case hardware-assisted emulation is not available.",
"type": "boolean"
}
}
Expand Down
6 changes: 6 additions & 0 deletions manifests/generated/kv-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ spec:
pvcTolerateLessSpaceUpToPercent:
type: integer
useEmulation:
description: UseEmulation can be set to true to allow fallback
to software emulation in case hardware-assisted emulation
is not available.
type: boolean
type: object
emulatedMachines:
Expand Down Expand Up @@ -2256,6 +2259,9 @@ spec:
pvcTolerateLessSpaceUpToPercent:
type: integer
useEmulation:
description: UseEmulation can be set to true to allow fallback
to software emulation in case hardware-assisted emulation
is not available.
type: boolean
type: object
emulatedMachines:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,9 @@ var CRDsValidation map[string]string = map[string]string{
pvcTolerateLessSpaceUpToPercent:
type: integer
useEmulation:
description: UseEmulation can be set to true to allow fallback to
software emulation in case hardware-assisted emulation is not
available.
type: boolean
type: object
emulatedMachines:
Expand Down
5 changes: 3 additions & 2 deletions staging/src/kubevirt.io/client-go/api/v1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23ac121

Please sign in to comment.