Skip to content

Commit

Permalink
Forgot to run make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
birksl committed Jun 20, 2024
1 parent f18ba35 commit ee5d3ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1370,22 +1370,25 @@ spec:
DeviceID is the device ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
Mutually exclusive with DeviceID and VendorID as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1245,22 +1245,25 @@ spec:
DeviceID is the device ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
Mutually exclusive with DeviceID and VendorID as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1458,22 +1458,25 @@ spec:
DeviceID is the device ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
Mutually exclusive with DeviceID and VendorID as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with VGPUProfile.
Mutually exclusive with VGPUProfile as VGPUProfile and DeviceID + VendorID
are two independent ways to define PCI devices.
format: int32
type: integer
type: object
Expand Down

0 comments on commit ee5d3ac

Please sign in to comment.