Skip to content

Commit

Permalink
generate: usb-host: external provider
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Toso <[email protected]>
  • Loading branch information
victortoso committed Oct 10, 2023
1 parent 33a25c7 commit 27c612e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -19206,6 +19206,10 @@
"resourceName"
],
"properties": {
"externalResourceProvider": {
"description": "If true, KubeVirt will leave the allocation and monitoring to an external device plugin",
"type": "boolean"
},
"resourceName": {
"description": "Identifies the list of USB host devices. e.g: kubevirt.io/storage, kubevirt.io/bootable-usb, etc",
"type": "string",
Expand Down
8 changes: 8 additions & 0 deletions manifests/generated/kv-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ spec:
usb:
items:
properties:
externalResourceProvider:
description: If true, KubeVirt will leave the allocation
and monitoring to an external device plugin
type: boolean
resourceName:
description: 'Identifies the list of USB host devices.
e.g: kubevirt.io/storage, kubevirt.io/bootable-usb,
Expand Down Expand Up @@ -3751,6 +3755,10 @@ spec:
usb:
items:
properties:
externalResourceProvider:
description: If true, KubeVirt will leave the allocation
and monitoring to an external device plugin
type: boolean
resourceName:
description: 'Identifies the list of USB host devices.
e.g: kubevirt.io/storage, kubevirt.io/bootable-usb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,10 @@ var CRDsValidation map[string]string = map[string]string{
usb:
items:
properties:
externalResourceProvider:
description: If true, KubeVirt will leave the allocation and
monitoring to an external device plugin
type: boolean
resourceName:
description: 'Identifies the list of USB host devices. e.g:
kubevirt.io/storage, kubevirt.io/bootable-usb, etc'
Expand Down

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

7 changes: 7 additions & 0 deletions staging/src/kubevirt.io/client-go/api/openapi_generated.go

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

0 comments on commit 27c612e

Please sign in to comment.