Skip to content

Commit

Permalink
api update by KubeVirt Prow build 1818954032295710720
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Aug 1, 2024
1 parent a3faf18 commit 4c4d6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/v1/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ type Interface struct {
// Must match the Name of a Network.
Name string `json:"name"`
// Interface model.
// One of: e1000, e1000e, ne2k_pci, pcnet, rtl8139, virtio.
// One of: e1000, e1000e, igb, ne2k_pci, pcnet, rtl8139, virtio.
// Defaults to virtio.
// TODO:(ihar) switch to enums once opengen-api supports them. See: https://github.com/kubernetes/kube-openapi/issues/51
Model string `json:"model,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion core/v1/schema_swagger_generated.go

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

0 comments on commit 4c4d6b6

Please sign in to comment.