Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalDisk ¶ added in v0.2.0
type LabListOpts ¶
type SSHKeyCreateOpts ¶
type SSHKeyListOpts ¶
type ServerCreateOpts ¶
type ServerCreateOpts struct { Name string Type string // Server type in cloud provider Image string // OS image Location string // Datacenter/location Provider string // Cloud provider SSHKeys []*types.SSHKey // SSH keys Labels map[string]string UserData string // cloud-init user data AdditionalDisks []AdditionalDisk // additional disks for Lima VMs }
type ServerListOpts ¶
type ServerListOpts struct { ListOpts Name string Status []types.ServerStatus Sort []string }
type VolumeCreateOpts ¶
type VolumeListOpts ¶
type VolumeListOpts struct { ListOpts Name string Status []types.VolumeStatus Sort []string }
Click to show internal directories.
Click to hide internal directories.