Skip to content

Commit

Permalink
Merge pull request kubevirt#6138 from ansijain/spelling-error
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
kubevirt-bot authored Aug 3, 2021
2 parents 962aabb + 1c2535c commit 9d53df4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11472,7 +11472,7 @@
"type": "boolean"
},
"pciVendorSelector": {
"description": "The vendor_id:product_id tupple of the PCI device",
"description": "The vendor_id:product_id tuple of the PCI device",
"type": "string"
},
"resourceName": {
Expand Down
8 changes: 4 additions & 4 deletions manifests/generated/kv-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ spec:
and monitoring to an external device plugin
type: boolean
pciVendorSelector:
description: The vendor_id:product_id tupple of the
PCI device
description: The vendor_id:product_id tuple of the PCI
device
type: string
resourceName:
description: The name of the resource that is representing
Expand Down Expand Up @@ -2156,8 +2156,8 @@ spec:
and monitoring to an external device plugin
type: boolean
pciVendorSelector:
description: The vendor_id:product_id tupple of the
PCI device
description: The vendor_id:product_id tuple of the PCI
device
type: string
resourceName:
description: The name of the resource that is representing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ var CRDsValidation map[string]string = map[string]string{
monitoring to an external device plugin
type: boolean
pciVendorSelector:
description: The vendor_id:product_id tupple of the PCI device
description: The vendor_id:product_id tuple of the PCI device
type: string
resourceName:
description: The name of the resource that is representing
Expand Down

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

2 changes: 1 addition & 1 deletion staging/src/kubevirt.io/client-go/api/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ type PermittedHostDevices struct {
// PciHostDevice represents a host PCI device allowed for passthrough
// +k8s:openapi-gen=true
type PciHostDevice struct {
// The vendor_id:product_id tupple of the PCI device
// The vendor_id:product_id tuple of the PCI device
PCIVendorSelector string `json:"pciVendorSelector"`
// The name of the resource that is representing the device. Exposed by
// a device plugin and requested by VMs. Typically of the form
Expand Down

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 9d53df4

Please sign in to comment.