Documentation
¶
Index ¶
- type Client
- func (c *Client) ExecInContainer(ctx context.Context, args ...string) (string, error)
- func (c *Client) Genisoimage(ctx context.Context, outputPath, volumeID string, files []string) error
- func (c *Client) QemuImgCreate(ctx context.Context, opts *QemuImgCreateOptions) error
- func (c *Client) VirtInstall(ctx context.Context, opts *VirtInstallOptions) error
- type FilesystemConfig
- type NetworkConfig
- type QemuImgCreateOptions
- type VirtInstallOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ExecInContainer ¶
func (*Client) Genisoimage ¶
func (*Client) QemuImgCreate ¶
func (c *Client) QemuImgCreate(ctx context.Context, opts *QemuImgCreateOptions) error
func (*Client) VirtInstall ¶
func (c *Client) VirtInstall(ctx context.Context, opts *VirtInstallOptions) error
type FilesystemConfig ¶
type NetworkConfig ¶
type QemuImgCreateOptions ¶
type VirtInstallOptions ¶
type VirtInstallOptions struct {
Name string
Memory int
MaxMemory int
VCPUs int
Disks []string
Networks []NetworkConfig
Filesystems []FilesystemConfig
XMLModifications []string
}
Click to show internal directories.
Click to hide internal directories.