Documentation ¶
Index ¶
Constants ¶
View Source
const MaxSocketPathLength int = 103
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageFormat ¶
type ImageFormat int64
const ( Qcow ImageFormat = iota Vhdx Tar Raw )
func (ImageFormat) Kind ¶
func (imf ImageFormat) Kind() string
func (ImageFormat) KindWithCompression ¶
func (imf ImageFormat) KindWithCompression() string
type VMFile ¶
type VMFile struct { // Path is the fully qualified path to a file Path string // Symlink is a shortened version of Path by using // a symlink Symlink *string `json:"symlink,omitempty"` }
func NewMachineFile ¶
NewMachineFile is a constructor for VMFile
Click to show internal directories.
Click to hide internal directories.