Skip to content

Commit

Permalink
schema: remove references to libvirt schema
Browse files Browse the repository at this point in the history
Those references are unhelpful at best.
  • Loading branch information
ffromani authored and rmohr committed Feb 12, 2018
1 parent 2c8f809 commit 82760cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/api/v1/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ type DiskDevice struct {
type DiskTarget struct {
// Bus indicates the type of disk device to emulate.
// supported values: virtio, sata, scsi, ide
// see libvirt schema here:
// https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693
Bus string `json:"bus,omitempty"`
// ReadOnly
// Defaults to false
Expand All @@ -134,8 +132,6 @@ type DiskTarget struct {
type LunTarget struct {
// Bus indicates the type of disk device to emulate.
// supported values: virtio, sata, scsi, ide
// see libvirt schema here:
// https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693
Bus string `json:"bus,omitempty"`
// ReadOnly
// Defaults to false
Expand Down Expand Up @@ -168,8 +164,6 @@ const (
type CDRomTarget struct {
// Bus indicates the type of disk device to emulate.
// supported values: virtio, sata, scsi, ide
// see libvirt schema here:
// https://github.com/libvirt/libvirt/blob/v3.7-maint/docs/schemas/domaincommon.rng#L1693
Bus string `json:"bus,omitempty"`
// ReadOnly
// Defaults to true
Expand Down

0 comments on commit 82760cd

Please sign in to comment.